Document how to configure HLS
Open
Beginner friendly
Nobody has claimed this yet.
documentation
- Dominant language
- Nix
- Stars
- 240
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the issue's HLS configuration example and the proposed community.flake.parts/haskell-flake/hls page. Document how to configure HLS, including disabling the ormolu and fourmolu plugins, and consider the work done when the page clearly explains the shown configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 62/100