mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Set *ircd.conf to use ft=javascript and made other config defs more generic
This commit is contained in:
parent
759548ea49
commit
3a54ccda8d
1 changed files with 3 additions and 2 deletions
|
@ -69,8 +69,9 @@
|
|||
"set given filenames to various filetypes
|
||||
au BufNewFile,BufRead *.aspx,*.asmx,*.ascx,*.master setf aspnet
|
||||
au BufNewFile,BufRead *.gradle setf groovy
|
||||
au BufNewFile,BufRead *.muttrc setf muttrc
|
||||
au BufNewFile,BufRead .taskrc setlocal commentstring=#\ %s
|
||||
au BufNewFile,BufRead *muttrc setf muttrc
|
||||
au BufNewFile,BufRead *ircd.conf setf javascript
|
||||
au BufNewFile,BufRead *taskrc setlocal commentstring=#\ %s
|
||||
au BufNewFile,BufRead pacman.conf,yaourtrc setf sh
|
||||
au BufNewFile,BufRead cjdroute.conf,cjdmaid.conf setf json
|
||||
"}}}
|
||||
|
|
Loading…
Reference in a new issue