mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-06-26 22:34:44 +00:00
languages/haskell: remove extraneous note
This commit is contained in:
parent
9361263373
commit
55490b40db
1 changed files with 1 additions and 11 deletions
|
|
@ -128,17 +128,7 @@ in {
|
||||||
"${pkgs.haskellPackages.haskell-language-server}/bin/haskell-language-server-wrapper"
|
"${pkgs.haskellPackages.haskell-language-server}/bin/haskell-language-server-wrapper"
|
||||||
"--lsp"
|
"--lsp"
|
||||||
];
|
];
|
||||||
description = ''
|
description = "Command for haskell-language-server.";
|
||||||
Command for haskell-language-server.
|
|
||||||
|
|
||||||
> [!NOTE]
|
|
||||||
>
|
|
||||||
> 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
|
|
||||||
> this option to `null` and install HLS separately in a
|
|
||||||
> `devShell`.
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
on_attach = mkOption {
|
on_attach = mkOption {
|
||||||
type = nullOr luaInline;
|
type = nullOr luaInline;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue