We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For eg., to disable ormolu/fourmolu,
{ settings.haskell-language-server.custom = with pkgs.haskell.lib.compose; lib.flip lib.pipe [ (disableCabalFlag "ormolu") (disableCabalFlag "fourmolu") (drv: drv.override { hls-ormolu-plugin = null; }) (drv: drv.override { hls-fourmolu-plugin = null; }) ]; }
(from @shivaraj-bh )
We can create a https://community.flake.parts/haskell-flake/hls page for it.
https://community.flake.parts/haskell-flake/hls
The text was updated successfully, but these errors were encountered:
The above code no longer works.
EDIT: It works on older nixpkgs (2022), but not on the latest one.
Sorry, something went wrong.
docs(hls): init HLS doc; document how to disable HLS
d9c75b0
A start to srid#245
docs(hls): init HLS doc; document how to disable HLS (#317)
e47512f
* docs(hls): init HLS doc; document how to disable HLS A start to #245 * edit --------- Co-authored-by: Sridhar Ratnakumar <[email protected]>
No branches or pull requests
For eg., to disable ormolu/fourmolu,
(from @shivaraj-bh )
We can create a
https://community.flake.parts/haskell-flake/hls
page for it.The text was updated successfully, but these errors were encountered: