Add Completor and MUcomplete to the list of plugins.

This commit is contained in:
Lifepillar 2016-12-02 11:02:10 +01:00
parent 6b1740c743
commit f2d7f67e76

View File

@ -50,7 +50,9 @@
#### Code completion #### Code completion
- [completor](https://github.com/maralla/completor.vim)
- [deoplete](https://github.com/Shougo/deoplete.nvim) - [deoplete](https://github.com/Shougo/deoplete.nvim)
- [µcomplete](https://github.com/lifepillar/vim-mucomplete)
- [neocomplete](https://github.com/Shougo/neocomplete.vim) - [neocomplete](https://github.com/Shougo/neocomplete.vim)
- [supertab](https://github.com/ervandew/supertab) - [supertab](https://github.com/ervandew/supertab)
- [vimcompletesme](https://github.com/ajh17/VimCompletesMe) - [vimcompletesme](https://github.com/ajh17/VimCompletesMe)