diff --git a/content/plugins.md b/content/plugins.md index a377d90..fe81641 100644 --- a/content/plugins.md +++ b/content/plugins.md @@ -18,6 +18,7 @@ #### [By filetype](#by-filetype-1) +- [C and C++](#c-and-c) - [Clojure](#clojure) - [HTML](#html) - [Javascript](#javascript) @@ -140,6 +141,13 @@ Also see [fuzzy finders](#fuzzy-finders). ## By filetype +#### C and C++ + +- [a](https://github.com/vim-scripts/a.vim) +- [clang_complete](https://github.com/Rip-Rip/clang_complete) +- [color_coded](https://github.com/jeaye/color_coded.git) +- [lh-cpp](https://github.com/LucHermitte/lh-cpp) + #### Clojure - [clojure-highlight](https://github.com/guns/vim-clojure-highlight)