Add jsonnet support, for reasons, don't worry about it.

This commit is contained in:
Thomas Gideon 2016-05-25 12:54:22 -04:00
parent c207f8926f
commit 667be21ba6

View file

@ -60,6 +60,8 @@ Plugin 'timonv/vim-cargo'
Plugin 'terryma/vim-multiple-cursors'
" support for quickly changing font size
Plugin 'drmikehenry/vim-fontsize'
" support for jsonnet
Plugin 'google/vim-jsonnet'
" All of your Plugins must be added before the following line
call vundle#end() " required