conform: use nixfmt for nix files
This commit is contained in:
parent
22aeb7ea5e
commit
6c3a32631a
|
@ -2,7 +2,6 @@ return {
|
||||||
"conform.nvim",
|
"conform.nvim",
|
||||||
opts = {
|
opts = {
|
||||||
formatters_by_ft = {
|
formatters_by_ft = {
|
||||||
nix = { "nixpkgs-fmt" },
|
|
||||||
templ = { "templ" },
|
templ = { "templ" },
|
||||||
typst = { "typstyle" },
|
typst = { "typstyle" },
|
||||||
},
|
},
|
||||||
|
|
|
@ -10,6 +10,14 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"conform.nvim",
|
||||||
|
opts = {
|
||||||
|
formatters_by_ft = {
|
||||||
|
nix = { "nixfmt" },
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"nvim-lspconfig",
|
"nvim-lspconfig",
|
||||||
opts = {
|
opts = {
|
||||||
|
|
Loading…
Reference in a new issue