Added neomutt support
This commit is contained in:
parent
aed7cacfb1
commit
444d5e4f52
1
.vimrc
1
.vimrc
|
@ -127,6 +127,7 @@ function! MuttSettings()
|
||||||
set expandtab
|
set expandtab
|
||||||
endfunction
|
endfunction
|
||||||
autocmd BufNewFile,BufFilePre,BufRead /tmp/mutt-* :call MuttSettings()
|
autocmd BufNewFile,BufFilePre,BufRead /tmp/mutt-* :call MuttSettings()
|
||||||
|
autocmd BufNewFile,BufFilePre,BufRead /tmp/neomutt-* :call MuttSettings()
|
||||||
|
|
||||||
" Settings for my C environment:
|
" Settings for my C environment:
|
||||||
function! CSettings()
|
function! CSettings()
|
||||||
|
|
Loading…
Reference in a new issue