Fixed #8, now haskell lsp works

This commit is contained in:
EsVagy42 2025-09-18 12:27:52 +02:00
parent c72ea14c1e
commit f1fc037a72

View file

@ -18,7 +18,7 @@
}; };
hls = { hls = {
enable = true; enable = true;
installGhc = false; installGhc = true;
}; };
csharp_ls.enable = true; csharp_ls.enable = true;
}; };