From 0e0fb7202b2bca12e51061b46874af962e827a1c Mon Sep 17 00:00:00 2001 From: Alexandre Date: Fri, 27 Feb 2026 11:33:55 +0100 Subject: [PATCH] Added Web lsp --- modules/home-manager/nvim.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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