mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-05-19 05:24:22 +00:00
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:
parent
29d37d9692
commit
63876fb1f2
1 changed files with 0 additions and 2 deletions
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue