Skip to content

Set all plugin flags to manual #1510

New issue

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

Merged
merged 3 commits into from
Mar 7, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions haskell-language-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -106,37 +106,37 @@ flag all-formatters
flag class
description: Enable class plugin
default: True
manual: False
manual: True

flag haddockComments
description: Enable haddockComments plugin
default: True
manual: False
manual: True

flag eval
description: Enable eval plugin
default: True
manual: False
manual: True

flag importLens
description: Enable importLens plugin
default: True
manual: False
manual: True

flag retrie
description: Enable retrie plugin
default: True
manual: False
manual: True

flag tactic
description: Enable tactic plugin
default: True
manual: False
manual: True

flag hlint
description: Enable hlint plugin
default: True
manual: False
manual: True

flag moduleName
description: Enable moduleName plugin
Expand All @@ -151,7 +151,7 @@ flag pragmas
flag splice
description: Enable splice plugin
default: True
manual: False
manual: True

-- formatters

Expand Down