diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2019-12-26 09:21:21 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2019-12-26 09:21:21 +0900 |
commit | 580e73c180182b2c286f064aa3e5541545bc741b (patch) | |
tree | 772c6d6aa788ac318b920f429d5dd5e4820bb535 /README.md | |
parent | 6db923abe70770b189d735e5f0d9b48e2980e686 (diff) | |
download | vim-lsp-settings-580e73c180182b2c286f064aa3e5541545bc741b.tar.gz vim-lsp-settings-580e73c180182b2c286f064aa3e5541545bc741b.tar.bz2 vim-lsp-settings-580e73c180182b2c286f064aa3e5541545bc741b.zip |
Update README.md
Closes #20
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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. |