From 580e73c180182b2c286f064aa3e5541545bc741b Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Thu, 26 Dec 2019 09:21:21 +0900 Subject: Update README.md Closes #20 --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7920551..25df423 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,21 @@ Language Servers is not easily to install. Visual Studio Code provide easy way t 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 and its accompanying plugins and vim-lsp-settings. + ### Notice If you use plugin manager that is merging plugins (ex. dein), Please setting stop merging work(ex. dein / merged = 0). -*reason*: +_reason_: + Servers are installed in ./servers directory at the caching area. But when rebuild the cache, any merging plugin manager erases old cached files(include ./servers and server execute files) before install. -- cgit v1.2.3-54-g00ecf