Skip to content

Fix typo #205

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions manual.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ Also see the https://emacs-lsp.github.io/lsp-mode/page/lsp-rust-analyzer/[rust-a

Note the excellent https://robert.kra.hn/posts/2021-02-07_rust-with-emacs/[guide] from https://github.com/rksm[@rksm] on how to set-up Emacs for Rust development with LSP mode and several other packages.

=== Vim/NeoVim
=== Vim/Neovim
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should I discard the changes in manual.adoc and send the same pull request to Rust-lang/Rust-analyzer?

Copy link
Member

@lnicola lnicola Jun 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The manual is in the main repo, the changelog is here.


Prerequisites: You have installed the <<rust-analyzer-language-server-binary,`rust-analyzer` binary>>.
Not needed if the extension can install/update it on its own, coc-rust-analyzer is one example.
Expand Down Expand Up @@ -335,7 +335,7 @@ let g:ale_linters = {'rust': ['analyzer']}

==== nvim-lsp

NeoVim 0.5 has built-in language server support.
Neovim 0.5 has built-in language server support.
For a quick start configuration of rust-analyzer, use https://github.com/neovim/nvim-lspconfig#rust_analyzer[neovim/nvim-lspconfig].
Once `neovim/nvim-lspconfig` is installed, use `+lua require'lspconfig'.rust_analyzer.setup({})+` in your `init.vim`.

Expand Down
2 changes: 1 addition & 1 deletion thisweek/_posts/2021-07-19-changelog-86.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ image::https://user-images.githubusercontent.com/308347/126110831-5a16d375-b7fa-

* pr:9599[] (first contribution) complete `true` and `false` keywords.
* pr:9600[] (first contribution) fix "Unwrap block" assist on single-line and nested blocks.
* pr:9621[] (first contribution) update manual after NeoVim 0.5 release.
* pr:9621[] (first contribution) update manual after Neovim 0.5 release.
* pr:9579[] set more ``CARGO_`` env vars.
* pr:9604[] don't fold consecutive modules with item lists.

Expand Down
2 changes: 1 addition & 1 deletion thisweek/_posts/2022-06-13-changelog-133.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Release: release:2022-06-13[]
== Fixes

* pr:12487[] (first contribution) hide parameter inlay hint when argument is function-like macro with similar name.
* pr:12508[] don't respond to cancelled requests when retrying them, thus fixing `NO_RESULT_CALLBACK_FOUND` errors in NeoVim.
* pr:12508[] don't respond to cancelled requests when retrying them, thus fixing `NO_RESULT_CALLBACK_FOUND` errors in Neovim.
* pr:12455[] fix false-positive type-mismatch error with generic future.
* pr:12515[] pass the build data to `rustc_private` crates.
* pr:12464[] fix `Inline variable` producing a type mismatch.
Expand Down