diff options
| author | Teddy Wing | 2018-12-13 05:07:29 +0100 | 
|---|---|---|
| committer | Teddy Wing | 2018-12-13 05:07:29 +0100 | 
| commit | cc7552124b59f2b90b31a31842a89988bbe992f9 (patch) | |
| tree | e0af587ee5a1673a863596f8ac79a47a241f6a64 | |
| parent | a975f9aa3c9278131aba3f099bcf34f759044e88 (diff) | |
| download | dotvim-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.
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | bundle/vim-fswitch | 0 | 
2 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 diff --git a/bundle/vim-fswitch b/bundle/vim-fswitch new file mode 160000 +Subproject 94acdd8bc92458d3bf7e6557df8d93b53356449 | 
