Added Web lsp

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

View File

@ -143,6 +143,19 @@
# You can add custom settings here # You can add custom settings here
# cmd = ["clangd" "--background-index"]; # cmd = ["clangd" "--background-index"];
}; };
# Web Dev
html = {
enable = true;
};
cssl = {
enable = true;
};
tsserver = {
enable = true;
};
# Optional: other language servers you might want # Optional: other language servers you might want
# bashls.enable = true; # Bash # bashls.enable = true; # Bash