From e6a1ab93c476a7dc3a39215ef4e3892ed32745da Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Thu, 9 Nov 2017 12:04:33 -0500 Subject: [PATCH] Add groovy support --- plug.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plug.vim b/plug.vim index 0e06bfb..bb85310 100644 --- a/plug.vim +++ b/plug.vim @@ -40,6 +40,9 @@ Plug 'racer-rust/vim-racer' "Plug 'marijnh/tern_for_vim' " completion engine, needed to expose racer and tern Plug 'valloric/youcompleteme' +" groovy syntax and indent +Plug 'vim-scripts/groovyindent' +Plug 'vim-scripts/groovy.vim' " All of your Plugins must be added before the following line call plug#end() " required