From b1ecbeaf8c77fef0256eaa27a5f7756963d864a0 Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Tue, 13 Oct 2015 11:26:42 -0400 Subject: [PATCH] Fix plugin name. --- vundle.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vundle.vim b/vundle.vim index d19bfac..da414f5 100644 --- a/vundle.vim +++ b/vundle.vim @@ -20,7 +20,7 @@ Plugin 'vim-misc' " continuously update ctags as buffers are saved Plugin 'easytags.vim' " look for .editorconfig and merge into vim settings -Plugin 'editorconfig-vim' +Plugin 'editorconfig/editorconfig-vim' " Scala and SBT support Plugin 'derekwyatt/vim-scala' Plugin 'derekwyatt/vim-sbt'