-
Hi everyone, How do I configure haskell-tools.nvim to tell haskell-language-server that my format provider is fourmolu? |
Beta Was this translation helpful? Give feedback.
Answered by
mrcjkb
Oct 4, 2024
Replies: 1 comment 9 replies
-
you can configure haskell-language-server by passing a Lua table via the haskell-tools config. See |
Beta Was this translation helpful? Give feedback.
9 replies
Answer selected by
mrcjkb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you can configure haskell-language-server by passing a Lua table via the haskell-tools config.
See
:h haskell-tools.config
and:h haskell-tools.lsp.ClientOpts
.