aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-08-22 22:22:23 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-08-22 22:22:23 +1200
commitd7372cfa35f593af7e157d87d1c6fef1b007b52d (patch)
treec14f9fcb5adb06bef9b4f55a8e2568fc458eac12 /.gitmodules
parentAdjust mappings for reloading vimrc and filetype (diff)
downloaddotfiles-d7372cfa35f593af7e157d87d1c6fef1b007b52d.tar.gz
dotfiles-d7372cfa35f593af7e157d87d1c6fef1b007b52d.zip
Add replace_operator.vim plugin and config
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 7bc3a80a..ebf3872a 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -44,6 +44,9 @@
[submodule "vim/bundle/redact_pass"]
path = vim/bundle/redact_pass
url = https://sanctum.geek.nz/code/vim-redact-pass.git
+[submodule "vim/bundle/replace_operator"]
+ path = vim/bundle/replace_operator
+ url = https://sanctum.geek.nz/code/vim-replace-operator.git
[submodule "vim/bundle/scroll_next"]
path = vim/bundle/scroll_next
url = https://sanctum.geek.nz/code/vim-scroll-next.git