aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2019-12-26 01:36:38 +0900
committerGitHub <noreply@github.com>2019-12-26 01:36:38 +0900
commit572f89e42300f8b503c59a225aecf53a2849c955 (patch)
tree6a59183bc68451c784d55f4fdf6fd7a74231bc7d /README.md
parent04c1f39ca9ccdc212dac71ba09b3915bb6aa2d2e (diff)
parent1c0320ac06ee04bfe564f0490eae25c63bf41084 (diff)
downloadvim-lsp-settings-572f89e42300f8b503c59a225aecf53a2849c955.tar.gz
vim-lsp-settings-572f89e42300f8b503c59a225aecf53a2849c955.tar.bz2
vim-lsp-settings-572f89e42300f8b503c59a225aecf53a2849c955.zip
Merge pull request #22 from kuro46/fix-rls
Fix Rust integration
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 56fee81..5f0ac2f 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,8 @@ But when rebuild the cache, any merging plugin manager erases old cached files(i
## Usage
+If you install rls already, you can use rls without configurations. But if you not installed rls yet, you can install it by following [this instruction](https://github.com/rust-lang/rls#setup).
+
If you install clangd already, you can use clangd for C/C++ without configurations. But if you install clang with named clangd-6.0, you can replace executable like below:
```vim
@@ -59,7 +61,7 @@ Currently, no way to uninstall/update server. Run this command again, newer vers
| TypeScript | typescript-language-server | Yes |
| JavaScript | javascript-typescript-langserver/typescript-language-server | Yes |
| Python | pyls | Yes |
-| Rust | rls | Yes |
+| Rust | rls | No |
| Go | gopls | Yes |
| Ruby | solargraph | Yes |
| PHP | intelephense | Yes |