Add neomutt files to vimrc

This commit is contained in:
Franzi 2018-08-28 17:35:32 +02:00
parent ea235fe3c1
commit 042e11764d
1 changed files with 1 additions and 0 deletions

1
.vimrc
View File

@ -35,6 +35,7 @@ map <silent> <c-k> :nohlsearch<CR>
set colorcolumn=80,120
hi colorcolumn ctermbg=NONE ctermfg=red cterm=bold guibg=NONE guifg=red gui=bold
au BufRead /tmp/neomutt-* set tw=72
au BufRead /tmp/mutt-* set tw=72
execute pathogen#infect()