[ADD][VIM] Jsonnet filetype plugin

This commit is contained in:
Bruno BELANYI 2020-07-30 16:01:13 +02:00
parent 488453993e
commit 615afb29b0

View file

@ -106,6 +106,8 @@ Plug 'LnL7/vim-nix'
Plug 'cespare/vim-toml'
" Beancount fiels
Plug 'nathangrigg/vim-beancount'
" Jsonnet files
Plug 'google/vim-jsonnet'
" }}}
" Vim facilities enhancement {{{