How do I override the cabalFormattingProvider? #444
Answered
by
mrcjkb
feature-not-a-bug
asked this question in
Q&A
-
I tried the following which produces an error vim.g.haskell_tools = {
hls = {
haskell = {
cabalFormattingProvider = 'cabal-fmt'
}
}
}
|
Beta Was this translation helpful? Give feedback.
Answered by
mrcjkb
Feb 20, 2025
Replies: 1 comment 1 reply
-
Hey 👋 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
feature-not-a-bug
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey 👋
You're missing the
settings
key.