Add jsonnet plugin to vim

This commit is contained in:
Pavle Portic 2020-05-12 18:17:19 +02:00
parent eacd32404c
commit 39f5a1aa80
Signed by: TheEdgeOfRage
GPG Key ID: 6758ACE46AA2A849
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@ function! UserInit()
Plug 'davidhalter/jedi-vim', { 'for': 'python' }
Plug 'tpope/vim-repeat'
Plug 'TheEdgeOfRage/vim-pythonsense'
Plug 'google/vim-jsonnet'
endfunction
@ -206,6 +207,7 @@ function! UserConfig()
autocmd Filetype tex setl et ts=4 sts=4 sw=4
autocmd Filetype nginx setl noet ts=4 sts=4 sw=4
autocmd Filetype terraform setl et ts=2 sts=2 sw=2
autocmd Filetype jsonnet setl et ts=2 sts=2 sw=2
augroup END
augroup filetypedetect