Format nix language files
Some checks failed
Test Neovim config on push / build (ubuntu-20.04) (push) Has been cancelled

This commit is contained in:
Nina Chlóe Kassandra Reiß
2026-04-23 13:25:04 +02:00
parent 952048bd59
commit f980944725

View File

@@ -43,6 +43,14 @@ require("formatter").setup({
require("formatter.filetypes.rust").rustfmt, require("formatter.filetypes.rust").rustfmt,
}, },
nix = {
function()
return {
exe = "nixfmt",
}
end,
},
haskell = { haskell = {
function() function()
-- Full specification of configurations is down below and in Vim help -- Full specification of configurations is down below and in Vim help