mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
Added Web lsp
This commit is contained in:
parent
fb31142bb9
commit
0e0fb7202b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user