aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
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
..