Merge branch 'main' into main
This commit is contained in:
commit
3b85cd77fa
2 changed files with 15 additions and 5 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue