Plugins: add C/C++ plugins

This commit is contained in:
Marco Hinz 2016-02-17 18:26:36 +01:00
parent 2f58970e85
commit c79c73bb24

View File

@ -18,6 +18,7 @@
#### [By filetype](#by-filetype-1) #### [By filetype](#by-filetype-1)
- [C and C++](#c-and-c)
- [Clojure](#clojure) - [Clojure](#clojure)
- [HTML](#html) - [HTML](#html)
- [Javascript](#javascript) - [Javascript](#javascript)
@ -140,6 +141,13 @@ Also see [fuzzy finders](#fuzzy-finders).
## By filetype ## 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
- [clojure-highlight](https://github.com/guns/vim-clojure-highlight) - [clojure-highlight](https://github.com/guns/vim-clojure-highlight)