diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-01-22 10:53:39 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-01-22 10:53:39 +0900 |
commit | 695b18f119ffabb7c8d068ce1ce6cfaff4ae6b08 (patch) | |
tree | f2e595c2845b7e428b8f6ee7153beca9a834f731 | |
parent | bcef74b02e0cec1f2a78137cf17ba562d8e1e470 (diff) | |
download | vim-lsp-settings-695b18f119ffabb7c8d068ce1ce6cfaff4ae6b08.tar.gz vim-lsp-settings-695b18f119ffabb7c8d068ce1ce6cfaff4ae6b08.tar.bz2 vim-lsp-settings-695b18f119ffabb7c8d068ce1ce6cfaff4ae6b08.zip |
Update README.md
-rw-r--r-- | README.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -32,8 +32,6 @@ You can change the directory to install servers by set `g:lsp_settings_servers_d ## 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 @@ -102,11 +100,15 @@ Currently, no way to uninstall/update server. Run this command again, newer vers ## Notes -### clangd +### clangd (C/C++) There is a Linux OS/version that does not run locally installed clangd due to zlib version mismatch. If you want to use clangd, please install clangd on your system. -### gql-language-server +### rls (Rust) + +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). + +### gql-language-server (GraphQL) To use gql-language-server, `.gqlconfig` have to be located on the top of project directory. And schema must be pointed to the schema file correctly. |