Use default vim theme for mutt.

This commit is contained in:
Ryan Cavicchioni 2018-01-27 21:22:34 -06:00
parent 337eddb307
commit d84696a7ce

1
.vimrc
View File

@ -59,6 +59,7 @@ au BufNewFile,BufRead *.txt set ft=text
au FileType text set tw=72 spell spelllang=en_us nonumber
au FileType mail set tw=72 spell spelllang=en_us nonumber
au FileType mail colorscheme default
au FileType gitcommit setlocal tw=72 spell spelllang=en_us nonumber
au BufNewFile,BufEnter *.phtml set tabstop=2 shiftwidth=2 softtabstop=2
au BufNewFile,BufEnter *.twig set tabstop=2 shiftwidth=2 softtabstop=2 ft=htmljinja