aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHeyward Fann <[email protected]>2019-09-09 03:32:15 +0100
committerGitHub <[email protected]>2019-09-09 03:32:15 +0100
commita6c3f779a69214a2808e87743c12a4e167e36a6a (patch)
tree5df3bac7caee743bb0d34d0eebe7ee67079d7bda /docs
parent07e3976f426aaab93bfd3056374ec6ed32ffb255 (diff)
Update README.md
fixes base on #1755 reviews
Diffstat (limited to 'docs')
-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..bbb4ad7ad 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 is 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