aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTsuyoshi CHO <Tsuyoshi.CHO@Gmail.com>2019-12-25 22:41:29 +0900
committerTsuyoshi CHO <Tsuyoshi.CHO@Gmail.com>2019-12-25 22:41:29 +0900
commit0a9a4acfc0e5f2d47bbf80deb568d5177c6261e2 (patch)
tree5ed6ec625f6a662fe6973eda14d6ae5f136c9f95
parent0bc757a306ec6a34c495341fe2d63c867aaa9831 (diff)
downloadvim-lsp-settings-0a9a4acfc0e5f2d47bbf80deb568d5177c6261e2.tar.gz
vim-lsp-settings-0a9a4acfc0e5f2d47bbf80deb568d5177c6261e2.tar.bz2
vim-lsp-settings-0a9a4acfc0e5f2d47bbf80deb568d5177c6261e2.zip
Update README : merging plugin manager notice add
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 836859a..56fee81 100644
--- a/README.md
+++ b/README.md
@@ -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: