all repos — dotfiles @ e0d420bc317685f63d129fb25ef02dd44d52259d

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