aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 437ef26..c2f84b3 100644
--- a/README.md
+++ b/README.md
@@ -22,12 +22,13 @@ You need to install both [vim-lsp](https://github.com/prabirshrestha/vim-lsp) an
### Notice
-If you use plugin manager that is merging plugins (ex. dein), Please setting stop merging work(ex. dein / merged = 0).
+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.
_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.
+Servers are installed in `./servers` directory at the caching area in default.
+But when rebuild the cache, any merging plugin manager erases old cached files(include `./servers` and server execute files) before install.
+You can change the directory to install servers by set `g:lsp_settings_servers_dir` option in full path.
## Usage