Format nix language files
Some checks failed
Test Neovim config on push / build (ubuntu-20.04) (push) Has been cancelled
Some checks failed
Test Neovim config on push / build (ubuntu-20.04) (push) Has been cancelled
This commit is contained in:
@@ -43,6 +43,14 @@ require("formatter").setup({
|
||||
require("formatter.filetypes.rust").rustfmt,
|
||||
},
|
||||
|
||||
nix = {
|
||||
function()
|
||||
return {
|
||||
exe = "nixfmt",
|
||||
}
|
||||
end,
|
||||
},
|
||||
|
||||
haskell = {
|
||||
function()
|
||||
-- Full specification of configurations is down below and in Vim help
|
||||
|
||||
Reference in New Issue
Block a user