diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 @@ -93,6 +94,7 @@ Currently, no way to uninstall/update server. Run this command again, newer vers | Nim | nimls | No | | D | dls | No | | Elixir | elixir-ls | Yes | +| Groovy | groovy-language-server | Yes | ## License |