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 +++ bundle/vim-fswitch | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/vim-fswitch 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 diff --git a/bundle/vim-fswitch b/bundle/vim-fswitch new file mode 160000 index 0000000..94acdd8 --- /dev/null +++ b/bundle/vim-fswitch @@ -0,0 +1 @@ +Subproject commit 94acdd8bc92458d3bf7e6557df8d93b533564491 -- cgit v1.2.3