presets/haskell-language-server.nix: Remove redundant formattingProvider = "none"

Conform will ignore the LSP formatter anyway.

Co-authored-by: Ching Pei Yang <59727193+horriblename@users.noreply.github.com>
This commit is contained in:
D.A. Marcyes 2026-05-08 09:33:31 -06:00 committed by Ching Pei Yang
commit 63876fb1f2

View file

@ -33,8 +33,6 @@ in {
root_markers = ["hie.yaml" "stack.yaml" "cabal.project" "*.cabal" "package.yaml"];
settings = {
haskell = {
# formatting is handled by conform-nvim; disable HLS's built-in formatter
formattingProvider = "none";
# cabal-fmt is an external tool; it is wrapped into the LSP binary's PATH above
cabalFormattingProvider = "cabal-fmt";
};