mirror of
https://github.com/prurigro/darkcloud-vimconfig.git
synced 2024-11-22 06:44:09 -05:00
Added a line to have the yaourt config file: yaourtrc use sh syntax highlighting
This commit is contained in:
parent
68690a3ad1
commit
034a55c6cd
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ set foldmethod=syntax foldcolumn=1 foldlevel=8 "configure how folding code works
|
|||
au BufNewFile,BufRead *.txt set spell "enable spellcheck for text files (*.txt)
|
||||
au BufNewFile,BufRead *tmux.conf setf sh "set syntax for *tmux.conf to sh (bash)
|
||||
au BufNewFile,BufRead pacman.conf setf sh "set syntax for *tmux.conf to sh (bash)
|
||||
au BufNewFile,BufRead yaourtrc setf sh "set syntax for *tmux.conf to sh (bash)
|
||||
au BufNewFile,BufRead cjdroute.conf setf javascript "set syntax for *cjdroute.conf to javascript
|
||||
au BufNewFile,BufRead ircd.conf setf javascript "set syntax for *ircd.conf to javascript
|
||||
|
||||
|
|
Loading…
Reference in a new issue