diff --git a/modules/neovim.nix b/modules/neovim.nix index b6f0f28..bc2e78c 100644 --- a/modules/neovim.nix +++ b/modules/neovim.nix @@ -176,6 +176,7 @@ in }; html.enable = true; tsserver.enable = true; + cssls.enable = true; }; }; @@ -184,6 +185,7 @@ in openOnSetup = true; }; + ts-autotag.enable = true; nvim-autopairs = { enable = true; checkTs = true; @@ -200,6 +202,7 @@ in "go" "html" "json" + "css" ]; }; rainbow-delimiters.enable = true;