mirror of
https://github.com/CompeyDev/my-nvim-setup.git
synced 2025-04-05 23:30:55 +01:00
lspconfig: clean up
This commit is contained in:
parent
5716759f40
commit
bbe48d229d
1 changed files with 1 additions and 3 deletions
|
@ -43,9 +43,7 @@ local servers = {"html", "cssls", "tsserver", "pyright"}
|
||||||
|
|
||||||
for k, lang in pairs(servers) do
|
for k, lang in pairs(servers) do
|
||||||
lspconf[lang].setup {
|
lspconf[lang].setup {
|
||||||
root_dir = function()
|
root_dir = vim.loop.cwd
|
||||||
return vim.loop.cwd()
|
|
||||||
end
|
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue