Add neomuttrc filetype detection for vim
This commit is contained in:
parent
996d4a9e30
commit
1c9e9c73fb
1 changed files with 1 additions and 0 deletions
|
@ -218,6 +218,7 @@ augroup configgroup
|
|||
autocmd FileType vhdl setlocal shiftwidth=2 tabstop=2 softtabstop=2
|
||||
|
||||
autocmd BufRead,BufNewFile */playbooks/*.yml set filetype=yaml.ansible
|
||||
autocmd BufRead,BufNewFile *.neomuttrc set filetype=neomuttrc
|
||||
|
||||
augroup END
|
||||
" }}}
|
||||
|
|
Loading…
Add table
Reference in a new issue