summaryrefslogtreecommitdiffstats
path: root/.config/nvim/after/plugin/autocmds.vim
blob: b361f7c6915c776ef8b92a5f0fb6f30d6c09b955 (plain)
1
2
3
4
5
6
7
8
" 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

augroup bukugroup
  au! BufRead,BufNewFile,BufEnter buku-edit-* set filetype=buku
augroup END