Merge branch 'main' into main

This commit is contained in:
jaydamani
2021-03-31 18:21:01 +05:30
committed by GitHub
2 changed files with 15 additions and 5 deletions

View File

@@ -36,9 +36,7 @@ function on_attach(client)
end
local servers = { "tsserver" }
local servers = { "tsserver", "cssls", "pyls", "html" }
for _, lsp in ipairs(servers) do
nvim_lsp[lsp].setup { on_attach = on_attach }
end
end