aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYasuhiro Matsumoto <mattn.jp@gmail.com>2020-02-08 21:58:12 +0900
committerYasuhiro Matsumoto <mattn.jp@gmail.com>2020-02-08 21:58:12 +0900
commitcec57a8e79bab5c5e33ca0cc87228bca22c28035 (patch)
treebe988c9055658cc182656480b51c926ce16ed6b9 /README.md
parentc3e4b62d1ed0cfcb138357a2006de3d4e6ac371a (diff)
parent1239492a1daefa48c25896bf0dedadf514c4682a (diff)
downloadvim-lsp-settings-cec57a8e79bab5c5e33ca0cc87228bca22c28035.tar.gz
vim-lsp-settings-cec57a8e79bab5c5e33ca0cc87228bca22c28035.tar.bz2
vim-lsp-settings-cec57a8e79bab5c5e33ca0cc87228bca22c28035.zip
Merge branch 'master' of git://github.com/mattn/vim-lsp-settings
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 14 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2cbfdd9..01ee94b 100644
--- a/README.md
+++ b/README.md
@@ -19,14 +19,26 @@ For [vim-plug](https://github.com/junegunn/vim-plug) plugin manager:
```viml
Plug 'prabirshrestha/async.vim'
-Plug 'prabirshrestha/asyncomplete.vim'
-Plug 'prabirshrestha/asyncomplete-lsp.vim'
Plug 'prabirshrestha/vim-lsp'
Plug 'mattn/vim-lsp-settings'
```
You need to install both [vim-lsp](https://github.com/prabirshrestha/vim-lsp) and its accompanying plugins and vim-lsp-settings.
+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.