aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-09-09 08:55:36 +0100
committerGitHub <[email protected]>2019-09-09 08:55:36 +0100
commit72259b67bf2393bec1faf6a9f95a575d6fe9cfea (patch)
tree5e4c014ed62bb4574f29d52295a9d9421afd2aa6
parent07e3976f426aaab93bfd3056374ec6ed32ffb255 (diff)
parente03182159459c92da5ddf10a52c83e595ad0e2ac (diff)
Merge #1792
1792: Update README.md r=matklad a=fannheyward fixes base on #1755 reviews Co-authored-by: Heyward Fann <[email protected]>
-rw-r--r--docs/user/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/user/README.md b/docs/user/README.md
index c11e0fcb6..8205fa404 100644
--- a/docs/user/README.md
+++ b/docs/user/README.md
@@ -106,13 +106,14 @@ to load path and require it in `init.el`
106 - Note that if you use a plugin manager other than `vim-plug`, you may need to manually 106 - Note that if you use a plugin manager other than `vim-plug`, you may need to manually
107 checkout the `release` branch wherever your plugin manager cloned it. Otherwise you will 107 checkout the `release` branch wherever your plugin manager cloned it. Otherwise you will
108 get errors about a missing javascript file. 108 get errors about a missing javascript file.
109* Run `:CocInstall coc-rust-analyzer` to install `coc-rust-analyzer`, this extension already implemented _almost_ all features supported in VSCode extension: 109* Run `:CocInstall coc-rust-analyzer` to install [coc-rust-analyzer], this extension implemented _most_ of the features supported in the VSCode extension:
110 - same configurations as VSCode extension, `rust-analyzer.raLspServerPath`, `rust-analyzer.enableCargoWatchOnStartup` etc. 110 - same configurations as VSCode extension, `rust-analyzer.raLspServerPath`, `rust-analyzer.enableCargoWatchOnStartup` etc.
111 - same commands too, `rust-analyzer.analyzerStatus`, `rust-analyzer.startCargoWatch` etc. 111 - same commands too, `rust-analyzer.analyzerStatus`, `rust-analyzer.startCargoWatch` etc.
112 - highlighting and inlay_hints is not works by now 112 - highlighting and inlay_hints are not implemented yet
113 113
114[coc.nvim]: https://github.com/neoclide/coc.nvim 114[coc.nvim]: https://github.com/neoclide/coc.nvim
115[coc-vim-conf]: https://github.com/neoclide/coc.nvim/#example-vim-configuration 115[coc-vim-conf]: https://github.com/neoclide/coc.nvim/#example-vim-configuration
116[coc-rust-analyzer]: https://github.com/fannheyward/coc-rust-analyzer
116 117
117 118
118## Sublime Text 3 119## Sublime Text 3