diff options
Diffstat (limited to 'docs/user')
-rw-r--r-- | docs/user/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/README.md b/docs/user/README.md index bbb4ad7ad..8205fa404 100644 --- a/docs/user/README.md +++ b/docs/user/README.md | |||
@@ -109,7 +109,7 @@ to load path and require it in `init.el` | |||
109 | * Run `:CocInstall coc-rust-analyzer` to install [coc-rust-analyzer], this extension implemented _most_ of the features supported in the 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 implemented yet | 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 |