From cc7552124b59f2b90b31a31842a89988bbe992f9 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 13 Dec 2018 05:07:29 +0100 Subject: 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. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3