aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuhiro Matsumoto <mattn.jp@gmail.com>2020-03-06 15:50:04 +0900
committerYasuhiro Matsumoto <mattn.jp@gmail.com>2020-03-06 15:50:04 +0900
commitd2560e42feafcefc1edfbe57caace8ae1b01ae5f (patch)
tree9140182695758c56ac50e483732d8ddd89135f21
parenta3a908863b704bb692b313bee29ae7566a021ab4 (diff)
downloadvim-lsp-settings-d2560e42feafcefc1edfbe57caace8ae1b01ae5f.tar.gz
vim-lsp-settings-d2560e42feafcefc1edfbe57caace8ae1b01ae5f.tar.bz2
vim-lsp-settings-d2560e42feafcefc1edfbe57caace8ae1b01ae5f.zip
Update README.md
-rw-r--r--README.md26
1 files changed, 15 insertions, 11 deletions
diff --git a/README.md b/README.md
index a1722d0..ac4006c 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ Auto configurations for Language Server for [vim-lsp](https://github.com/prabirs
## Introduction
-Language Servers is not easily to install. Visual Studio Code provide easy way to install/update Language Server and Language Server Client. This plugin provide same feature on Vim.
+Language Servers is not easy to install. Visual Studio Code provide easy way to install/update Language Server and Language Server Client. This plugin provide same feature on Vim.
## Installation instruction
@@ -39,6 +39,12 @@ Plug 'Shougo/deoplete.nvim'
Plug 'lighttiger2505/deoplete-vim-lsp'
```
+### Notice
+
+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_:
+
vim-lsp-settings install Language Servers into:
#### Windows
@@ -53,20 +59,12 @@ vim-lsp-settings install Language Servers into:
$HOME/.local/share/vim-lsp-settings/servers
```
-If $XDG_DATA_HOME is defined:
+If you define $XDG_DATA_HOME:
```
$XDG_DATA_HOME/vim-lsp-settings/servers
```
-### Notice
-
-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 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
@@ -76,7 +74,13 @@ While editing a file with a supported filetype:
:LspInstallServer
```
-Currently, no way to uninstall/update server. Run this command again, newer version will be installed.
+To uninstall server:
+
+```
+:LspUninstallServer
+```
+
+Because no way to update server, please run `:LspInstallServer` again, newer version will be installed.
## Supported Languages