aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorTeddy Wing2018-12-13 05:07:29 +0100
committerTeddy Wing2018-12-13 05:07:29 +0100
commitcc7552124b59f2b90b31a31842a89988bbe992f9 (patch)
treee0af587ee5a1673a863596f8ac79a47a241f6a64 /.gitmodules
parenta975f9aa3c9278131aba3f099bcf34f759044e88 (diff)
downloaddotvim-cc7552124b59f2b90b31a31842a89988bbe992f9.tar.bz2
Add 'vim-fswitch' plugin
Makes switching to alternate files much more efficient. Will be using this for Objective-C implementation and header files, but it could be useful in other contexts, even outside the C realm.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 215f708..82b7cb8 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -92,3 +92,6 @@
[submodule "bundle/tabular"]
path = bundle/tabular
url = https://github.com/godlygeek/tabular.git
+[submodule "bundle/vim-fswitch"]
+ path = bundle/vim-fswitch
+ url = https://github.com/derekwyatt/vim-fswitch.git