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.
This commit is contained in:
Eric Curtin 2019-12-05 14:28:45 +00:00 committed by GitHub
parent d0bd3cf589
commit 7d1aad51a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)