adding html and css lsps

This commit is contained in:
Michael 2024-09-25 23:37:55 -06:00
parent 7b2d7c43cf
commit ca17ae0f6f
1 changed files with 2 additions and 1 deletions

View File

@ -643,7 +643,8 @@ require('lazy').setup({
clangd = {}, clangd = {},
-- gopls = {}, -- gopls = {},
pyright = {}, pyright = {},
html= {},
cssls= {},
-- rust_analyzer = {}, -- rust_analyzer = {},
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs -- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
-- --