aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2020-02-06 17:26:57 +0900
committerGitHub <noreply@github.com>2020-02-06 17:26:57 +0900
commit1239492a1daefa48c25896bf0dedadf514c4682a (patch)
treec12feab706ba283fb36671d0068d676a01aa7fc0
parentf1c1e453f210d9f4f7852f6187ff3bfc5c500f66 (diff)
parent10f0c14ebd4a219c27a53c9641162cf038088f90 (diff)
downloadvim-lsp-settings-1239492a1daefa48c25896bf0dedadf514c4682a.tar.gz
vim-lsp-settings-1239492a1daefa48c25896bf0dedadf514c4682a.tar.bz2
vim-lsp-settings-1239492a1daefa48c25896bf0dedadf514c4682a.zip
Merge pull request #147 from hrsh7th/add-deoplete-readme
Add deoplete.nvim to autocomplete plugin section in README.md
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
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.