From f2d7f67e760308ebaf378e2c809acd404e1db145 Mon Sep 17 00:00:00 2001 From: Lifepillar Date: Fri, 2 Dec 2016 11:02:10 +0100 Subject: [PATCH] Add Completor and MUcomplete to the list of plugins. --- contents/plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contents/plugins.md b/contents/plugins.md index ca13487..03c102b 100644 --- a/contents/plugins.md +++ b/contents/plugins.md @@ -50,7 +50,9 @@ #### Code completion +- [completor](https://github.com/maralla/completor.vim) - [deoplete](https://github.com/Shougo/deoplete.nvim) +- [µcomplete](https://github.com/lifepillar/vim-mucomplete) - [neocomplete](https://github.com/Shougo/neocomplete.vim) - [supertab](https://github.com/ervandew/supertab) - [vimcompletesme](https://github.com/ajh17/VimCompletesMe)