aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-24 15:11:54 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-24 15:11:54 +1200
commit81ce247cc6c7a6fa45bad76dbc13d43e72085ba3 (patch)
tree9abae79f778c31652c6fe345156817c30536029f /.gitmodules
parentImproved colon_operator.vim plugin (diff)
downloaddotfiles-81ce247cc6c7a6fa45bad76dbc13d43e72085ba3.tar.gz
dotfiles-81ce247cc6c7a6fa45bad76dbc13d43e72085ba3.zip
Spin out colon_operator.vim plugin into submodule
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index c7d2d0bd..972ca896 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -5,6 +5,9 @@
[submodule "vim/bundle/cmdwin_ctrlc"]
path = vim/bundle/cmdwin_ctrlc
url = https://sanctum.geek.nz/code/vim-cmdwin-ctrlc.git
+[submodule "vim/bundle/colon_operator"]
+ path = vim/bundle/colon_operator
+ url = https://sanctum.geek.nz/code/vim-colon-operator.git
[submodule "vim/bundle/copy_linebreak"]
path = vim/bundle/copy_linebreak
url = https://sanctum.geek.nz/code/vim-copy-linebreak.git