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) },
},
},