From 7d1aad51a5d750ad5d0e2a286b1f612380878b91 Mon Sep 17 00:00:00 2001 From: Eric Curtin Date: Thu, 5 Dec 2019 14:28:45 +0000 Subject: [PATCH] Plugins: add C/C++ plugin for include switching CurtineIncSw automatically searches for the header file. And caches the location when you want to switch back. --- PLUGINS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/PLUGINS.md b/PLUGINS.md index f861466..a484c1e 100644 --- a/PLUGINS.md +++ b/PLUGINS.md @@ -278,6 +278,7 @@ Also see [fuzzy finders](#fuzzy-finders). - [a.vim](https://github.com/vim-scripts/a.vim) - [clang_complete](https://github.com/Rip-Rip/clang_complete) - [color_coded](https://github.com/jeaye/color_coded) +- [CurtineIncSw](https://github.com/ericcurtin/CurtineIncSw.vim) - [lh-cpp](https://github.com/LucHermitte/lh-cpp) - [vim-cpp-enhanced-highlight](https://github.com/octol/vim-cpp-enhanced-highlight) - [vim-rtags](https://github.com/lyuts/vim-rtags)