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