mirror of
https://github.com/CompeyDev/my-nvim-setup.git
synced 2024-12-13 05:20:38 +00:00
fix lua lsp cmd error
This commit is contained in:
parent
a38c4543aa
commit
742c57fea5
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ local function setup_servers()
|
|||
root_dir = vim.loop.cwd
|
||||
}
|
||||
elseif lang == "lua" then
|
||||
lspconf.sumneko_lua.setup {
|
||||
lspconf[lang].setup {
|
||||
root_dir = function()
|
||||
return vim.loop.cwd()
|
||||
end,
|
||||
|
|
Loading…
Reference in a new issue