From a6c3f779a69214a2808e87743c12a4e167e36a6a Mon Sep 17 00:00:00 2001 From: Heyward Fann Date: Mon, 9 Sep 2019 10:32:15 +0800 Subject: Update README.md fixes base on #1755 reviews --- docs/user/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs') 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` - Note that if you use a plugin manager other than `vim-plug`, you may need to manually checkout the `release` branch wherever your plugin manager cloned it. Otherwise you will get errors about a missing javascript file. -* Run `:CocInstall coc-rust-analyzer` to install `coc-rust-analyzer`, this extension already implemented _almost_ all features supported in VSCode extension: +* Run `:CocInstall coc-rust-analyzer` to install [coc-rust-analyzer], this extension implemented _most_ of the features supported in the VSCode extension: - same configurations as VSCode extension, `rust-analyzer.raLspServerPath`, `rust-analyzer.enableCargoWatchOnStartup` etc. - same commands too, `rust-analyzer.analyzerStatus`, `rust-analyzer.startCargoWatch` etc. - - highlighting and inlay_hints is not works by now + - highlighting and inlay_hints is not implemented yet [coc.nvim]: https://github.com/neoclide/coc.nvim [coc-vim-conf]: https://github.com/neoclide/coc.nvim/#example-vim-configuration +[coc-rust-analyzer]: https://github.com/fannheyward/coc-rust-analyzer ## Sublime Text 3 -- cgit v1.2.3