From e97e04f9e7dc2b9aaaa9686b00b575dd3e60553a Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Tue, 2 Jan 2018 12:41:19 -0500 Subject: [PATCH] Fix plugin name --- plug.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plug.vim b/plug.vim index bb85310..b4081e4 100644 --- a/plug.vim +++ b/plug.vim @@ -41,8 +41,8 @@ Plug 'racer-rust/vim-racer' " completion engine, needed to expose racer and tern Plug 'valloric/youcompleteme' " groovy syntax and indent -Plug 'vim-scripts/groovyindent' Plug 'vim-scripts/groovy.vim' +Plug 'vim-scripts/groovyindent-unix' " All of your Plugins must be added before the following line call plug#end() " required