From 022dee26c0b9ec72ac84989e8933435bd69bad9d Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Wed, 17 Feb 2016 14:33:29 +0100 Subject: [PATCH] Plugins: add Clojure --- content/plugins.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/plugins.md b/content/plugins.md index d0a6e86..78a2ffd 100644 --- a/content/plugins.md +++ b/content/plugins.md @@ -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)