mzansi_vim/lsp/lsp_ls.lua
2026-07-06 14:09:48 +02:00

9 lines
94 B
Lua

return {
settings = {
Lua = {
diagnostics = {
globals = { "vim" },
},
},
},
}