From 370c0f8f93ebb8b4ef855d4123f104d5ca3d3e71 Mon Sep 17 00:00:00 2001 From: Shinya Ohyanagi <heavenshell.jp@gmail.com> Date: Wed, 5 Feb 2020 23:12:17 +0900 Subject: Fix add autocompletion plugins --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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. -- cgit v1.2.3-54-g00ecf