Added Web lsp

This commit is contained in:
Alexandre 2026-02-27 11:33:55 +01:00
parent fb31142bb9
commit 0e0fb7202b

View File

@ -144,6 +144,19 @@
# 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
# pyright.enable = true; # Python