aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorMax Christian Pohle2016-09-27 21:53:57 +0200
committerMax Christian Pohle2016-09-27 21:53:57 +0200
commit12160cb747a794cdcecba7ecf10ce9e6af7c3f12 (patch)
tree34476e3a47471b59c746a81ca61e59a38b637b53 /.gitmodules
parent8b5ea119f456a015a2d7455534d7d3d70f467caa (diff)
downloadvim-12160cb747a794cdcecba7ecf10ce9e6af7c3f12.tar.bz2
vim-12160cb747a794cdcecba7ecf10ce9e6af7c3f12.zip
replaced Vundle with vim-plug and tidied configuration
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index 75554b2..605d959 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
1[submodule "bundle/Vundle.vim"] 1[submodule "autoload"]
2 path = bundle/Vundle.vim 2 path = autoload
3 url = https://github.com/VundleVim/Vundle.vim.git 3 url = https://github.com/junegunn/vim-plug
..