From 8fdb64c1e7f726c5bc0a317143b8fbfd8e0a0656 Mon Sep 17 00:00:00 2001 From: Lifepillar Date: Fri, 2 Dec 2016 11:02:10 +0100 Subject: [PATCH] Plugins: add completor and mucomplete Closes #105. --- contents/plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contents/plugins.md b/contents/plugins.md index ca13487..2262435 100644 --- a/contents/plugins.md +++ b/contents/plugins.md @@ -50,11 +50,13 @@ #### Code completion +- [completor](https://github.com/maralla/completor.vim) - [deoplete](https://github.com/Shougo/deoplete.nvim) - [neocomplete](https://github.com/Shougo/neocomplete.vim) - [supertab](https://github.com/ervandew/supertab) - [vimcompletesme](https://github.com/ajh17/VimCompletesMe) - [youcompleteme](https://github.com/Valloric/YouCompleteMe) +- [µcomplete](https://github.com/lifepillar/vim-mucomplete) #### Cycle