diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-05-23 08:33:24 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-05-23 08:33:24 +0100 |
commit | 808ebe4b865176dcc394ea4adcb3a24f60955734 (patch) | |
tree | edd29f32ef65e4ae4cac2e11cf179719689d126c /docs | |
parent | e4722b6492c3a3b9636f7da6cee34b5879100de3 (diff) | |
parent | fe93c114e3936b1a3ad1c32917b39016dc6774d9 (diff) |
Merge #8935
8935: docs(manual): Add rust-tools.nvim to nvim-lsp r=matklad a=simrat39
I'm not sure what to write there but this seems fine
https://github.com/simrat39/rust-tools.nvim/issues/16
Co-authored-by: sim <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/user/manual.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index 1d8a1930a..ad367511b 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc | |||
@@ -293,6 +293,8 @@ EOF | |||
293 | 293 | ||
294 | See https://sharksforarms.dev/posts/neovim-rust/ for more tips on getting started. | 294 | See https://sharksforarms.dev/posts/neovim-rust/ for more tips on getting started. |
295 | 295 | ||
296 | Check out https://github.com/simrat39/rust-tools.nvim for a batteries included rust-analyzer setup for neovim. | ||
297 | |||
296 | ==== vim-lsp | 298 | ==== vim-lsp |
297 | 299 | ||
298 | vim-lsp is installed by following https://github.com/prabirshrestha/vim-lsp[the plugin instructions]. | 300 | vim-lsp is installed by following https://github.com/prabirshrestha/vim-lsp[the plugin instructions]. |