aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-05-23 08:33:24 +0100
committerGitHub <[email protected]>2021-05-23 08:33:24 +0100
commit808ebe4b865176dcc394ea4adcb3a24f60955734 (patch)
treeedd29f32ef65e4ae4cac2e11cf179719689d126c
parente4722b6492c3a3b9636f7da6cee34b5879100de3 (diff)
parentfe93c114e3936b1a3ad1c32917b39016dc6774d9 (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]>
-rw-r--r--docs/user/manual.adoc2
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
294See https://sharksforarms.dev/posts/neovim-rust/ for more tips on getting started. 294See https://sharksforarms.dev/posts/neovim-rust/ for more tips on getting started.
295 295
296Check 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
298vim-lsp is installed by following https://github.com/prabirshrestha/vim-lsp[the plugin instructions]. 300vim-lsp is installed by following https://github.com/prabirshrestha/vim-lsp[the plugin instructions].