aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinya Ohyanagi <heavenshell.jp@gmail.com>2020-02-05 23:12:17 +0900
committerShinya Ohyanagi <heavenshell.jp@gmail.com>2020-02-05 23:12:17 +0900
commit370c0f8f93ebb8b4ef855d4123f104d5ca3d3e71 (patch)
treedcb09ff21e652417a1668223d3d9a5da92b30450
parent9731c271c3effa8f85a665bc742d71778fb5faf8 (diff)
downloadvim-lsp-settings-370c0f8f93ebb8b4ef855d4123f104d5ca3d3e71.tar.gz
vim-lsp-settings-370c0f8f93ebb8b4ef855d4123f104d5ca3d3e71.tar.bz2
vim-lsp-settings-370c0f8f93ebb8b4ef855d4123f104d5ca3d3e71.zip
Fix add autocompletion plugins
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 85da84f..6440a7b 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,13 @@ 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.