nvim/lua/custom/lsp/config/lua_ls.lua
Simon Lasbrugnas 4fabec4249
feat: cleanup config
Change folder architecture and separate all plugins into their own files
2024-11-09 20:37:37 +01:00

9 lines
94 B
Lua

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