all repos — dotfiles @ b774603f44ec5870d48edeee61b981ce6d3dd843

my *nix dotfiles

config/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