aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorMax Christian Pohle2019-03-25 00:37:29 +0100
committerMax Christian Pohle2019-03-25 00:37:29 +0100
commit709278107208a9ac4d3aef1c192f70f9200785e5 (patch)
tree95b897c1bdde2c7df3dcda15ea60c25ca40751f2 /.gitmodules
parent8a8fc4e8cb95c355abc7e97e69261cd104174a8b (diff)
downloadvim-709278107208a9ac4d3aef1c192f70f9200785e5.tar.bz2
vim-709278107208a9ac4d3aef1c192f70f9200785e5.zip
Added custom marks plugin & fixed submodules
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index c05f40d..f91af19 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -55,3 +55,6 @@
55[submodule "pack/_all/start/vim-operator-user"] 55[submodule "pack/_all/start/vim-operator-user"]
56 path = pack/_all/start/vim-operator-user 56 path = pack/_all/start/vim-operator-user
57 url = https://github.com/kana/vim-operator-user.git 57 url = https://github.com/kana/vim-operator-user.git
58[submodule "pack/_all/opt/zeavim.vim"]
59 path = pack/_all/opt/zeavim.vim
60 url = https://github.com/KabbAmine/zeavim.vim
..