lspconfig: clean up

This commit is contained in:
siduck76 2021-04-23 18:14:23 +05:30
parent 5716759f40
commit bbe48d229d
1 changed files with 1 additions and 3 deletions

View File

@ -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