change haskell formatter to fourmolu
This commit is contained in:
parent
ebbb48468d
commit
1dd03db7fc
1 changed files with 28 additions and 28 deletions
|
@ -10,7 +10,7 @@ return {
|
|||
dependencies = { 'nvim-treesitter/nvim-treesitter' },
|
||||
ft = { 'html', 'svelte', 'astro', 'vue', 'typescriptreact', 'php', 'blade' },
|
||||
},
|
||||
{
|
||||
{
|
||||
"stevearc/conform.nvim",
|
||||
optional = true,
|
||||
opts = {
|
||||
|
@ -33,10 +33,10 @@ return {
|
|||
["handlebars"] = { "prettier" },
|
||||
["toml"] = {"taplo"},
|
||||
["tex"] = {"latexindent"},
|
||||
["haskell"] = {"ormolu"},
|
||||
["haskell"] = {"fourmolu"},
|
||||
["nix"] = {"nixpkgs-fmt"},
|
||||
["lua"] = {"stylua"},
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue