diff options
author | mattn <mattn.jp@gmail.com> | 2019-12-26 00:07:24 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-26 00:07:24 +0900 |
commit | 04c1f39ca9ccdc212dac71ba09b3915bb6aa2d2e (patch) | |
tree | a2e90d69b15c05f2dfc16af30205696fd8bae083 /README.md | |
parent | dd6f34e7089a8a06fbd239b8f3dba46b0074010a (diff) | |
parent | 0a9a4acfc0e5f2d47bbf80deb568d5177c6261e2 (diff) | |
download | vim-lsp-settings-04c1f39ca9ccdc212dac71ba09b3915bb6aa2d2e.tar.gz vim-lsp-settings-04c1f39ca9ccdc212dac71ba09b3915bb6aa2d2e.tar.bz2 vim-lsp-settings-04c1f39ca9ccdc212dac71ba09b3915bb6aa2d2e.zip |
Merge pull request #21 from tsuyoshicho/fix/readme-update
Update README : merging plugin manager notice add
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -14,6 +14,14 @@ For [vim-plug](https://github.com/junegunn/vim-plug) plugin manager: Plug 'mattn/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*: +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. + ## Usage If you install clangd already, you can use clangd for C/C++ without configurations. But if you install clang with named clangd-6.0, you can replace executable like below: |