aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2020-02-05 23:14:41 +0900
committerGitHub <noreply@github.com>2020-02-05 23:14:41 +0900
commit4fbb74cf7fbca3a25328a13ea8193aefdb870cee (patch)
treedcb09ff21e652417a1668223d3d9a5da92b30450
parentc727df7bcaa13202f81fb513ea61d6a75d634b84 (diff)
parent370c0f8f93ebb8b4ef855d4123f104d5ca3d3e71 (diff)
downloadvim-lsp-settings-4fbb74cf7fbca3a25328a13ea8193aefdb870cee.tar.gz
vim-lsp-settings-4fbb74cf7fbca3a25328a13ea8193aefdb870cee.tar.bz2
vim-lsp-settings-4fbb74cf7fbca3a25328a13ea8193aefdb870cee.zip
Merge pull request #145 from heavenshell/fix/readme
Fix list only required plugin
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2cbfdd9..6440a7b 100644
--- a/README.md
+++ b/README.md
@@ -19,14 +19,19 @@ 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.
+
+```viml
+Plug 'prabirshrestha/asyncomplete.vim'
+Plug 'prabirshrestha/asyncomplete-lsp.vim'
+```
+
### 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.