srid / srid/haskell-flake

Document how to configure HLS

Open Beginner friendly
#245 1 comment 1 reaction 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.