From 10f0c14ebd4a219c27a53c9641162cf038088f90 Mon Sep 17 00:00:00 2001 From: hrsh7th Date: Thu, 6 Feb 2020 17:00:31 +0900 Subject: Add deoplete.nvim to autocomplete plugin section in README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6440a7b..01ee94b 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,18 @@ You need to install both [vim-lsp](https://github.com/prabirshrestha/vim-lsp) an If you want to use autocompletion plugin, you can use followings. +#### asyncomplete.vim ```viml Plug 'prabirshrestha/asyncomplete.vim' Plug 'prabirshrestha/asyncomplete-lsp.vim' ``` +#### deoplete.nvim +```viml +Plug 'Shougo/deoplete.nvim' +Plug 'lighttiger2505/deoplete-vim-lsp' +``` + ### Notice If you use plugin manager that is merging plugins (ex. dein), Please setting stop merging work(ex. dein / merged = 0) or set `g:lsp_settings_servers_dir` option to a different directory from the vim-lsp's default. -- cgit v1.2.3-54-g00ecf