mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Added syntax settings for some popular configuration files
This commit is contained in:
parent
b3b3ba5dc5
commit
68690a3ad1
1 changed files with 4 additions and 1 deletions
|
@ -28,8 +28,11 @@ set foldmethod=syntax foldcolumn=1 foldlevel=8 "configure how folding code works
|
|||
"============"
|
||||
" Filetypes: "
|
||||
"============"
|
||||
au BufNewFile,BufRead *cjdroute.conf setf javascript "set syntax for *.cjdroute.conf to javascript
|
||||
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 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
|
||||
|
||||
"=========="
|
||||
" General: "
|
||||
|
|
Loading…
Reference in a new issue