aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-05-30 23:43:54 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-05-30 23:48:46 +1200
commit6165cfe32251c80f44625b4b3128dcb5585a6ad3 (patch)
treef354bacae41e15da9f5569a7c09efe9fb67531af /.gitmodules
parentSpin off fixed_join Vim plugin (diff)
downloaddotfiles-6165cfe32251c80f44625b4b3128dcb5585a6ad3.tar.gz
dotfiles-6165cfe32251c80f44625b4b3128dcb5585a6ad3.zip
Spin off toggle_option_flag Vim plugin
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 8772a8e5..550c19e9 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -11,6 +11,9 @@
[submodule "vim/bundle/sahara"]
path = vim/bundle/sahara
url = https://sanctum.geek.nz/code/vim-sahara.git
+[submodule "vim/bundle/toggle_option_flags"]
+ path = vim/bundle/toggle_option_flags
+ url = https://sanctum.geek.nz/code/vim-toggle-option-flags.git
# Others' Vim plugins
[submodule "vim/bundle/abolish"]