aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorthinca <thinca@gmail.com>2019-12-31 22:57:15 +0900
committerthinca <thinca@gmail.com>2019-12-31 23:17:26 +0900
commitfef383ee4daca1b856d7f001b6696bb210a1442c (patch)
treed81979018c0296bf8e320c24b9166a36438fd8c6 /README.md
parent319f7ad838e62a182ccff654c832d63733ed3719 (diff)
downloadvim-lsp-settings-fef383ee4daca1b856d7f001b6696bb210a1442c.tar.gz
vim-lsp-settings-fef383ee4daca1b856d7f001b6696bb210a1442c.tar.bz2
vim-lsp-settings-fef383ee4daca1b856d7f001b6696bb210a1442c.zip
Add g:lsp_settings_servers_dir option
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