summaryrefslogtreecommitdiffstats
path: root/.config/nvim/after/plugin/autocmds.vim
blob: 6b95ad4292cc908e84683d7502c292329128b272 (plain)
1
2
3
4
" I don't know how to port this yet
autocmd BufRead,BufWrite * if ! &bin | silent! %s/\s\+$//ge | endif

autocmd BufNewFile,BufRead /tmp/neomutt* set noautoindent filetype=mail wm=0 tw=80