Added haskell and c# lsp

This commit is contained in:
EsVagy42 2025-09-09 18:16:43 +02:00
parent 9b4078ad58
commit 3019a71877

View file

@ -8,14 +8,19 @@
nixd.enable = true;
marksman.enable = true;
lua_ls.enable = true;
html.enable = true;
cssls.enable = true;
pyright.enable = true;
rust_analyzer = {
enable = true;
installCargo = false;
installRustc = false;
};
html.enable = true;
cssls.enable = true;
pyright.enable = true;
rust_analyzer = {
enable = true;
installCargo = false;
installRustc = false;
};
hls = {
enable = true;
installGhc = false;
};
csharp_ls.enable = true;
};
};
};