From d3359c182013caf7abdb8461006ba1d57b87c3f1 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Mon, 31 Jul 2017 15:21:22 +0200 Subject: [PATCH] Plugins: add Elixir section --- PLUGINS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/PLUGINS.md b/PLUGINS.md index e2d199e..043b154 100644 --- a/PLUGINS.md +++ b/PLUGINS.md @@ -27,6 +27,7 @@ - [C and C++](#c-and-c) - [Clojure](#clojure) +- [Elixir](#elixir) - [Go](#go) - [HTML](#html) - [Java](#java) @@ -218,6 +219,10 @@ Also see [fuzzy finders](#fuzzy-finders). - [vim-sexp-mappings-for-regular-people](https://github.com/tpope/vim-sexp-mappings-for-regular-people) - [vim-sexp](https://github.com/guns/vim-sexp) +#### Elixir + +- [vim-elixir](https://github.com/elixir-editors/vim-elixir) + #### Go - [gofmt.vim](https://github.com/tweekmonster/gofmt.vim)