diff options
author | shirokuro <46kuro212@gmail.com> | 2019-12-26 01:32:43 +0900 |
---|---|---|
committer | shirokuro <46kuro212@gmail.com> | 2019-12-26 01:35:08 +0900 |
commit | 1c0320ac06ee04bfe564f0490eae25c63bf41084 (patch) | |
tree | 545d9f02e0429f6b2598ab8ad2a03ecac9fc3b0a /README.md | |
parent | 6508d40ec1a126d39749ebcd356e9e7d243b95d9 (diff) | |
download | vim-lsp-settings-1c0320ac06ee04bfe564f0490eae25c63bf41084.tar.gz vim-lsp-settings-1c0320ac06ee04bfe564f0490eae25c63bf41084.tar.bz2 vim-lsp-settings-1c0320ac06ee04bfe564f0490eae25c63bf41084.zip |
Add install instruction for rls
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ Plug 'mattn/vim-lsp-settings' ## 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 |