feat: added haskell version 9.10 support to hls
This commit is contained in:
parent
093c74cb18
commit
05dd2fb314
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{pkgs, ...}: {
|
||||
plugins = {
|
||||
lsp = {
|
||||
enable = true;
|
||||
|
|
@ -11,6 +11,7 @@
|
|||
hls = {
|
||||
enable = true;
|
||||
installGhc = false;
|
||||
package = pkgs.haskell-language-server.override { supportedGhcVersions = [ "98" "910" ]; };
|
||||
};
|
||||
java_language_server.enable = true;
|
||||
lua_ls.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue