-
I've had trouble trying to configure hls... my [language-server.haskell-language-server] # hls config docs: https://haskell-language-server.readthedocs.io/en/latest/configuration.html#example-with-settings
config.haskell.formattingProvider = "stylish-haskell" # default is "ormolu"
config.haskell.checkParents = "NeverCheck" # default is "OnSave"
config.haskell.maxCompletions = 2 # default is 40
[[language]]
name = "haskell"
roots = ["Setup.hs", "stack.yaml", "*.cabal"]
auto-format = true
but when using helix, this config is ignored, and the only relevant message that i find with hx -vvv is this, given vi hls, (emphasis on clientSettings):
I've tried looking for other people's config, without success... Any help is appreciated! |
Beta Was this translation helpful? Give feedback.
Answered by
kirawi
Jul 27, 2023
Replies: 1 comment 2 replies
-
Are you using master or the latest release? This config format is only for master. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
0rphee
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you using master or the latest release? This config format is only for master.