diff options
author | Max Christian Pohle | 2016-09-27 21:53:57 +0200 |
---|---|---|
committer | Max Christian Pohle | 2016-09-27 21:53:57 +0200 |
commit | 12160cb747a794cdcecba7ecf10ce9e6af7c3f12 (patch) | |
tree | 34476e3a47471b59c746a81ca61e59a38b637b53 /.gitmodules | |
parent | 8b5ea119f456a015a2d7455534d7d3d70f467caa (diff) | |
download | vim-12160cb747a794cdcecba7ecf10ce9e6af7c3f12.tar.bz2 vim-12160cb747a794cdcecba7ecf10ce9e6af7c3f12.zip |
replaced Vundle with vim-plug and tidied configuration
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
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 |