diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2019-12-17 14:44:15 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2019-12-17 14:44:15 +0900 |
commit | 37a8e4c6820e63781bde2e75662d750f014c65b7 (patch) | |
tree | 0bb6f806c9d73a7f248db10bf2277234d2b3246d /README.md | |
parent | d56551beb4e69a9e2c73271856caf2289e52b0a3 (diff) | |
download | vim-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.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 | |