Plugins: add Clojure

This commit is contained in:
Marco Hinz 2016-02-17 14:33:29 +01:00
parent d65390b765
commit 022dee26c0

View File

@ -18,6 +18,7 @@
#### [By filetype](#by-filetype-1)
- [Clojure](#clojure)
- [HTML](#html)
- [Javascript](#javascript)
- [Lua](#lua)
@ -139,6 +140,15 @@ Also see [fuzzy finders](#fuzzy-finders).
## By filetype
#### Clojure
- [fireplace](https://github.com/tpope/vim-fireplace)
- [paredit](https://github.com/vim-scripts/paredit.vim)
- [rainbow_parentheses](https://github.com/junegunn/rainbow_parentheses.vim)
- [salve](https://github.com/tpope/vim-salve)
- [sexp-mappings-for-regular-people](https://github.com/tpope/vim-sexp-mappings-for-regular-people)
- [sexp](https://github.com/guns/vim-sexp)
#### HTML
- [emmet](https://github.com/mattn/emmet-vim)