all repos — dotfiles @ a96131ac76676586934e00e8e21af42538f85f8c

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