avoid setting root_dir for lspservers
This commit is contained in:
parent
6206a9e27b
commit
b5668a037a
|
@ -53,7 +53,7 @@ local function setup_servers()
|
|||
lspconfig[lang].setup {
|
||||
on_attach = on_attach,
|
||||
capabilities = capabilities,
|
||||
root_dir = vim.loop.cwd,
|
||||
-- root_dir = vim.loop.cwd,
|
||||
}
|
||||
elseif lang == "lua" then
|
||||
lspconfig[lang].setup {
|
||||
|
|
Loading…
Reference in New Issue