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; nixd.enable = true;
marksman.enable = true; marksman.enable = true;
lua_ls.enable = true; lua_ls.enable = true;
html.enable = true; html.enable = true;
cssls.enable = true; cssls.enable = true;
pyright.enable = true; pyright.enable = true;
rust_analyzer = { rust_analyzer = {
enable = true; enable = true;
installCargo = false; installCargo = false;
installRustc = false; installRustc = false;
}; };
hls = {
enable = true;
installGhc = false;
};
csharp_ls.enable = true;
}; };
}; };
}; };