diff --git a/config/plugins/lsp.nix b/config/plugins/lsp.nix index 265f5d2..97307c1 100644 --- a/config/plugins/lsp.nix +++ b/config/plugins/lsp.nix @@ -53,6 +53,9 @@ # json jsonls.enable = true; + # css + cssls.enable = true; + # c++ clangd.enable = true;