From 29b9976b94086b5c208bee00503a8eba53f58504 Mon Sep 17 00:00:00 2001 From: Shidong Wang Date: Wed, 4 Aug 2021 14:49:14 +0800 Subject: [PATCH] Add completion plugins - nvim-comp - completion-nvim --- PLUGINS.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/PLUGINS.md b/PLUGINS.md index 45d7c65..0e9cd13 100644 --- a/PLUGINS.md +++ b/PLUGINS.md @@ -1,6 +1,5 @@ ## 插件列表 - - [颜色主题](#颜色主题) @@ -86,15 +85,17 @@ or [Colortemplate](https://github.com/lifepillar/vim-colortemplate). #### 代码补全 +- [VimCompletesMe](https://github.com/ajh17/VimCompletesMe) +- [YouCompleteMe](https://github.com/Valloric/YouCompleteMe) - [asyncomplete.vim](https://github.com/prabirshrestha/asyncomplete.vim) +- [completion-nvim](https://github.com/nvim-lua/completion-nvim) - [completor.vim](https://github.com/maralla/completor.vim) - [deoplete.nvim](https://github.com/Shougo/deoplete.nvim) - [neocomplete.vim](https://github.com/Shougo/neocomplete.vim) +- [nvim-compe](https://github.com/hrsh7th/nvim-compe) - [nvim-completion-manager](https://github.com/roxma/nvim-completion-manager) - [supertab](https://github.com/ervandew/supertab) - [vim-mucomplete](https://github.com/lifepillar/vim-mucomplete) -- [VimCompletesMe](https://github.com/ajh17/VimCompletesMe) -- [YouCompleteMe](https://github.com/Valloric/YouCompleteMe) #### Cycle