mrcjkb / haskell-tools.nvim

🦥 Supercharge your Haskell experience in neovim!
GNU General Public License v2.0
470 stars 19 forks source link

[bug] invalid default value for `cabalFormattingProvider` #292

Closed mrcjkb closed 11 months ago

mrcjkb commented 11 months ago

I noticed that, in the settings, if I don't override cabalFormattingProvider = 'cabalfmt' with cabalFormattingProvider = 'cabal-fmt' (with the dash), I can't format cabal files.

Is this intended ? Am I installing cabal-fmt wrong ? I can definitely create an alias, but this feels like a typo in the default settings to me.

Thanks :)

Originally posted by @leana8959 in https://github.com/mrcjkb/haskell-tools.nvim/discussions/291