Browse Source

add jinja syntax highlighting plugin to vim

master
dummy 7 years ago
parent
commit
c60f403b99
  1. 1
      vim/.vimrc

1
vim/.vimrc

@ -22,6 +22,7 @@ Plugin 'https://github.com/pangloss/vim-javascript.git'
Plugin 'jlanzarotta/bufexplorer'
Plugin 'vim-airline/vim-airline'
Plugin 'vim-airline/vim-airline-themes'
Plugin 'https://github.com/HiPhish/jinja.vim'
" All of your Plugins must be added before the following line
call vundle#end() " required

Loading…
Cancel
Save