Merge branch 'main' into main

This commit is contained in:
jaydamani 2021-03-31 18:21:01 +05:30 committed by GitHub
commit 3b85cd77fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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