From 1c0320ac06ee04bfe564f0490eae25c63bf41084 Mon Sep 17 00:00:00 2001 From: shirokuro <46kuro212@gmail.com> Date: Thu, 26 Dec 2019 01:32:43 +0900 Subject: Add install instruction for rls --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 154cc32..b6b350e 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3-54-g00ecf