aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-30 16:17:09 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-30 16:17:09 +1200
commit7b8eb740c800ed6efec2efae03bbb19294627f44 (patch)
treed660763cccc4b9d4eaa2000672d0291fa1935a5d /.gitmodules
parentAdd variable existence guard to after/indent/vim (diff)
downloaddotfiles-7b8eb740c800ed6efec2efae03bbb19294627f44.tar.gz
dotfiles-7b8eb740c800ed6efec2efae03bbb19294627f44.zip
Add cmdwin_ctrlc Vim plugin
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 0e03292a..5542fe7b 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -5,6 +5,9 @@
[submodule "vim/bundle/big_file_options"]
path = vim/bundle/big_file_options
url = https://sanctum.geek.nz/code/vim-big-file-options.git
+[submodule "vim/bundle/cmdwin_ctrlc"]
+ path = vim/bundle/cmdwin_ctrlc
+ url = https://sanctum.geek.nz/code/vim-cmdwin-ctrlc.git
[submodule "vim/bundle/copy_linebreak"]
path = vim/bundle/copy_linebreak
url = https://sanctum.geek.nz/code/vim-copy-linebreak.git