all repos — dotfiles @ 3962a87fb513e27841b9e995feaeee4fd2e7609a

my *nix dotfiles

nvim/ftplugin/nix.vim (view raw)

1augroup NixFmt
2    autocmd!
3    autocmd BufWritePost *.nix | silent! exec '!nixpkgs-fmt %' | silent! edit
4augroup END
5
6setlocal ts=2 sts=2 sw=2 expandtab