From ca17ae0f6fa4f724d82dca939c6dd3cd053d0d5f Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 25 Sep 2024 23:37:55 -0600 Subject: [PATCH] adding html and css lsps --- init.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 00797f7e..74f14a66 100644 --- a/init.lua +++ b/init.lua @@ -643,7 +643,8 @@ require('lazy').setup({ clangd = {}, -- gopls = {}, pyright = {}, - + html= {}, + cssls= {}, -- rust_analyzer = {}, -- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs --