nvim: fix lua lsp config
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
return {
|
||||
cmd = 'lua-language-server',
|
||||
filetypes = { 'lua' },
|
||||
rootmarkers = { '.git' },
|
||||
cmd = { "lua-language-server" },
|
||||
filetypes = { "lua" },
|
||||
root_markers = { ".luarc.json", ".git" },
|
||||
settings = {
|
||||
Lua = {
|
||||
runtime = {
|
||||
version = "LuaJIT",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user