change haskell formatter to fourmolu
This commit is contained in:
parent
ebbb48468d
commit
1dd03db7fc
1 changed files with 28 additions and 28 deletions
|
@ -10,33 +10,33 @@ 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 = {
|
||||||
formatters_by_ft = {
|
formatters_by_ft = {
|
||||||
["javascript"] = { "prettier" },
|
["javascript"] = { "prettier" },
|
||||||
["javascriptreact"] = { "prettier" },
|
["javascriptreact"] = { "prettier" },
|
||||||
["typescript"] = { "prettier" },
|
["typescript"] = { "prettier" },
|
||||||
["typescriptreact"] = { "prettier" },
|
["typescriptreact"] = { "prettier" },
|
||||||
["vue"] = { "prettier" },
|
["vue"] = { "prettier" },
|
||||||
["css"] = { "prettier" },
|
["css"] = { "prettier" },
|
||||||
["scss"] = { "prettier" },
|
["scss"] = { "prettier" },
|
||||||
["less"] = { "prettier" },
|
["less"] = { "prettier" },
|
||||||
["html"] = { "prettier" },
|
["html"] = { "prettier" },
|
||||||
["json"] = { "prettier" },
|
["json"] = { "prettier" },
|
||||||
["jsonc"] = { "prettier" },
|
["jsonc"] = { "prettier" },
|
||||||
["yaml"] = { "prettier" },
|
["yaml"] = { "prettier" },
|
||||||
["markdown"] = { "prettier" },
|
["markdown"] = { "prettier" },
|
||||||
["markdown.mdx"] = { "prettier" },
|
["markdown.mdx"] = { "prettier" },
|
||||||
["graphql"] = { "prettier" },
|
["graphql"] = { "prettier" },
|
||||||
["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