Add css and eslint language servers

This commit is contained in:
Patrick Neff 2024-03-05 18:58:02 +01:00
parent 8b5afaccd0
commit a2c83497b1
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,8 @@ local servers = {
provideFormatter = true, provideFormatter = true,
}, },
}, },
["cssls"] = {},
["eslint"] = {},
["pyright"] = {}, ["pyright"] = {},
["ruff_lsp"] = {}, ["ruff_lsp"] = {},
--["nil_ls"] = {}, --["nil_ls"] = {},