mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-20 01:09:41 +01:00
modules/lsp/hls: port ghcPackage option from plugins.lsp
This commit is contained in:
parent
cf6c8ef1fa
commit
e868bd6aa1
3 changed files with 62 additions and 18 deletions
|
|
@ -187,6 +187,7 @@
|
|||
hls = {
|
||||
enable = true;
|
||||
packageFallback = true;
|
||||
installGhc = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
@ -219,6 +220,7 @@
|
|||
assertPrefix "nil" nil_ls.package
|
||||
++ assertSuffix "rust-analyzer" rust_analyzer.package
|
||||
++ assertSuffix "haskell-language-server" hls.package
|
||||
++ assertSuffix "ghc" hls.ghcPackage
|
||||
);
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue