silencing som lua linter noise
This commit is contained in:
@@ -75,6 +75,7 @@ return {
|
||||
settings = {
|
||||
Lua = {
|
||||
runtime = { version = "LuaJIT" },
|
||||
diagnostics = { globals = { "vim" } },
|
||||
workspace = { library = vim.api.nvim_get_runtime_file("", true) },
|
||||
},
|
||||
},
|
||||
|
||||
@@ -8,7 +8,7 @@ return {
|
||||
typescriptreact = { "eslint_d" },
|
||||
vue = { "eslint_d" },
|
||||
python = { "ruff" },
|
||||
lua = { "selene" },
|
||||
-- lua = { "selene" }, -- Disabled: lua_ls provides diagnostics
|
||||
sh = { "shellcheck" },
|
||||
bash = { "shellcheck" },
|
||||
json = { "jsonlint" },
|
||||
|
||||
Reference in New Issue
Block a user