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' },
|
dependencies = { 'nvim-treesitter/nvim-treesitter' },
|
||||||
ft = { 'html', 'svelte', 'astro', 'vue', 'typescriptreact', 'php', 'blade' },
|
ft = { 'html', 'svelte', 'astro', 'vue', 'typescriptreact', 'php', 'blade' },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"stevearc/conform.nvim",
|
"stevearc/conform.nvim",
|
||||||
optional = true,
|
optional = true,
|
||||||
opts = {
|
opts = {
|
||||||
|
@ -33,10 +33,10 @@ return {
|
||||||
["handlebars"] = { "prettier" },
|
["handlebars"] = { "prettier" },
|
||||||
["toml"] = {"taplo"},
|
["toml"] = {"taplo"},
|
||||||
["tex"] = {"latexindent"},
|
["tex"] = {"latexindent"},
|
||||||
["haskell"] = {"ormolu"},
|
["haskell"] = {"fourmolu"},
|
||||||
["nix"] = {"nixpkgs-fmt"},
|
["nix"] = {"nixpkgs-fmt"},
|
||||||
["lua"] = {"stylua"},
|
["lua"] = {"stylua"},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue