From b4dfe48a61e01d56f858a5ccffbfdd440d5e9145 Mon Sep 17 00:00:00 2001 From: Benjamin Dos Santos Date: Tue, 12 Sep 2023 19:33:07 +0200 Subject: [PATCH] chore(vim): ensure google/vim-jsonnet is installed --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index 2740553..2a9fe61 100644 --- a/.vimrc +++ b/.vimrc @@ -30,6 +30,7 @@ Plugin 'junegunn/goyo.vim' Plugin 'junegunn/limelight.vim' Plugin 'dracula/vim', { 'name': 'dracula' } Plugin 'github/copilot.vim' +Plugin 'google/vim-jsonnet' call vundle#end() filetype plugin indent on " load file type plugins + indentation