Added jade support to .vimrc

This commit is contained in:
Fergal Moran
2014-12-01 20:25:35 +00:00
parent c081ce7d92
commit 7eb4d8af6c

1
.vimrc
View File

@@ -70,6 +70,7 @@ Bundle 'https://github.com/fholgado/minibufexpl.vim'
Bundle 'evanmiller/nginx-vim-syntax' Bundle 'evanmiller/nginx-vim-syntax'
Bundle "wookiehangover/jshint.vim" Bundle "wookiehangover/jshint.vim"
Bundle "bpowell/vim-android.git" Bundle "bpowell/vim-android.git"
Bundle "digitaltoad/vim-jade.git"
let g:JSHintHighlightErrorLine = 0 let g:JSHintHighlightErrorLine = 0
let g:miniBufExplForceSyntaxEnable = 1 let g:miniBufExplForceSyntaxEnable = 1