Add jsonnet support, for reasons, don't worry about it.
This commit is contained in:
parent
c207f8926f
commit
667be21ba6
1 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,8 @@ Plugin 'timonv/vim-cargo'
|
||||||
Plugin 'terryma/vim-multiple-cursors'
|
Plugin 'terryma/vim-multiple-cursors'
|
||||||
" support for quickly changing font size
|
" support for quickly changing font size
|
||||||
Plugin 'drmikehenry/vim-fontsize'
|
Plugin 'drmikehenry/vim-fontsize'
|
||||||
|
" support for jsonnet
|
||||||
|
Plugin 'google/vim-jsonnet'
|
||||||
|
|
||||||
" All of your Plugins must be added before the following line
|
" All of your Plugins must be added before the following line
|
||||||
call vundle#end() " required
|
call vundle#end() " required
|
||||||
|
|
Loading…
Reference in a new issue