diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2018-09-24 15:11:05 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2018-09-24 15:11:05 +0200 |
commit | 720c31a5dc09cc3c4a8564d16d3a5d309a3b9017 (patch) | |
tree | 68215c6086c6018db62530b11b1d129db28a59d2 /.gitmodules | |
parent | aacc89d5e81a49e0f0d5fafc3a7833d0e33be6c3 (diff) | |
download | vimrc-720c31a5dc09cc3c4a8564d16d3a5d309a3b9017.tar.gz vimrc-720c31a5dc09cc3c4a8564d16d3a5d309a3b9017.tar.bz2 vimrc-720c31a5dc09cc3c4a8564d16d3a5d309a3b9017.zip |
Use Vundle plugin manager and install nertdree plugin.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..75554b2 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "bundle/Vundle.vim"] + path = bundle/Vundle.vim + url = https://github.com/VundleVim/Vundle.vim.git |