mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-05-20 05:56:11 +00:00
lang/haskell: provide a default hls
This commit is contained in:
parent
831a8d6e0b
commit
94d11abc8f
2 changed files with 26 additions and 4 deletions
|
|
@ -53,10 +53,11 @@ in {
|
|||
|
||||
> [!NOTE]
|
||||
>
|
||||
> Since HLS is very picky about the GHC version, we do not provide
|
||||
> a default HLS. You'll have to install your own. It is recommended
|
||||
> to install `haskell-language-server` in a devShell, along with the
|
||||
> GHC version you need.
|
||||
> Since HLS is very sensitive about the GHC version, there's a very
|
||||
> high chance that the default HLS we use is not compatible with your
|
||||
> project. It is highly recommended to set
|
||||
> {option}`vim.languages.haskell.extensions.haskell-tools-nvim.setupOpts.hls.cmd`
|
||||
> to `null` and install HLS separately in a `devShell`.
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue