From 12160cb747a794cdcecba7ecf10ce9e6af7c3f12 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Tue, 27 Sep 2016 21:53:57 +0200 Subject: replaced Vundle with vim-plug and tidied configuration --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 75554b2..605d959 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "bundle/Vundle.vim"] - path = bundle/Vundle.vim - url = https://github.com/VundleVim/Vundle.vim.git +[submodule "autoload"] + path = autoload + url = https://github.com/junegunn/vim-plug -- cgit v1.2.3