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