diff options
author | Teddy Wing | 2020-02-12 05:12:17 +0100 |
---|---|---|
committer | Teddy Wing | 2020-02-12 05:12:17 +0100 |
commit | 9c6556c3b20f163a6b46f900ebd2a7c2edcdb615 (patch) | |
tree | b369782e574302fb7b30dc326ed210f8d2fd12ba /.gitmodules | |
parent | e734f1a9d9c4650c84e652ea40e0b54e371ce8ba (diff) | |
download | dotvim-9c6556c3b20f163a6b46f900ebd2a7c2edcdb615.tar.bz2 |
Add 'searchop' plugin
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 16ea6b7..e9cdfdc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -107,3 +107,6 @@ [submodule "bundle/vim-nohai"] path = bundle/vim-nohai url = https://github.com/teddywing/vim-nohai.git +[submodule "bundle/vim-searchop"] + path = bundle/vim-searchop + url = https://github.com/teddywing/vim-searchop.git |