diff options
author | Heyward Fann <[email protected]> | 2019-09-09 05:58:44 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2019-09-09 05:58:44 +0100 |
commit | e03182159459c92da5ddf10a52c83e595ad0e2ac (patch) | |
tree | 5e4c014ed62bb4574f29d52295a9d9421afd2aa6 /docs/user | |
parent | a6c3f779a69214a2808e87743c12a4e167e36a6a (diff) |
Update README.md
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 |