aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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