Skip to content

Commit f99331c

Browse files
committed
add jinja2 template syntax plugin
1 parent 3c9e49f commit f99331c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.vimrc

+3
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@
9898
" REQUIREMENTS: See :h syntastic-intro
9999
Plug 'vim-syntastic/syntastic'
100100

101+
" Jinja2 template syntax
102+
Plug 'Glench/Vim-Jinja2-Syntax'
103+
101104
" YouCompleteMe completer,uncomment this or put it in ~/.vimrc.plugins
102105
" Plug 'Valloric/YouCompleteMe'
103106

0 commit comments

Comments
 (0)