From 53eac77269b74341f68078c3bf1f1e60995cdb56 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Thu, 18 Feb 2016 22:08:39 +0100 Subject: [PATCH] Plugins: add javacomplete2 --- content/plugins.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/plugins.md b/content/plugins.md index fe81641..7d54ed9 100644 --- a/content/plugins.md +++ b/content/plugins.md @@ -21,6 +21,7 @@ - [C and C++](#c-and-c) - [Clojure](#clojure) - [HTML](#html) +- [Java](#java) - [Javascript](#javascript) - [Lua](#lua) - [TeX](#tex) @@ -163,6 +164,10 @@ Also see [fuzzy finders](#fuzzy-finders). - [emmet](https://github.com/mattn/emmet-vim) - [html5](https://github.com/othree/html5.vim) +#### Java + +- [javacomplete2](https://github.com/artur-shaik/vim-javacomplete2) + #### Javascript - [es.next.syntax](https://github.com/othree/es.next.syntax.vim)