aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYasuhiro Matsumoto <mattn.jp@gmail.com>2019-12-17 14:44:15 +0900
committerYasuhiro Matsumoto <mattn.jp@gmail.com>2019-12-17 14:44:15 +0900
commit37a8e4c6820e63781bde2e75662d750f014c65b7 (patch)
tree0bb6f806c9d73a7f248db10bf2277234d2b3246d /README.md
parentd56551beb4e69a9e2c73271856caf2289e52b0a3 (diff)
downloadvim-lsp-settings-37a8e4c6820e63781bde2e75662d750f014c65b7.tar.gz
vim-lsp-settings-37a8e4c6820e63781bde2e75662d750f014c65b7.tar.bz2
vim-lsp-settings-37a8e4c6820e63781bde2e75662d750f014c65b7.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 21925a6..72c78fe 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,7 @@ Auto configurations for Language Server for vim-lsp
## Instroduction
-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 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.
## Usage
@@ -33,10 +31,12 @@ If you install ruby but not solargraph, you can install solargraph with followin
:LspInstallServer
```
+Currently, no way to uninstall/update server. Run this command again, newer version will be installed.
+
## Supported Languages
|Language |Language Server |Local Install|
-|----------|-----------------------------------------------------------|-------------|
+|----------|-----------------------------------------------------------|:-----------:|
|C/C++ |clangd |No |
|Clojure |clojure-lsp |Yes |
|TypeScript|typescript-language-server |Yes |