reinstalled lspconfig

This commit is contained in:
Fábio André Damas 2025-03-31 11:19:48 +01:00
parent 921457f15e
commit a009ea2d76
22 changed files with 27 additions and 137 deletions

View file

@ -1,19 +0,0 @@
return {
cmd = { "lua-language-server" },
filetypes = { "lua" },
root_markers = { ".git" },
settings = {
Lua = {
runtime = {
version = 'LuaJIT',
},
diagnostics = {
globals = { 'vim' },
},
telemetry = {
enable = false,
},
},
},
}