diff --git a/modules/home-manager/nvim.nix b/modules/home-manager/nvim.nix index a69d352..a9a27ed 100644 --- a/modules/home-manager/nvim.nix +++ b/modules/home-manager/nvim.nix @@ -143,6 +143,19 @@ # You can add custom settings here # cmd = ["clangd" "--background-index"]; }; + + # Web Dev + html = { + enable = true; + }; + + cssl = { + enable = true; + }; + + tsserver = { + enable = true; + }; # Optional: other language servers you might want # bashls.enable = true; # Bash