silencing som lua linter noise

This commit is contained in:
Mathias Schneider
2026-04-13 11:53:33 +02:00
parent 2e3970f1ef
commit 814860ca63
2 changed files with 2 additions and 1 deletions
@@ -75,6 +75,7 @@ return {
settings = {
Lua = {
runtime = { version = "LuaJIT" },
diagnostics = { globals = { "vim" } },
workspace = { library = vim.api.nvim_get_runtime_file("", true) },
},
},
+1 -1
View File
@@ -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" },