Possible to have rust-analyzer
work similar to neovim?
#1234
Unanswered
StrictlyMonad
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't know what I am doing wrong, but
rust-analyzer
completions seem to perform in a rather odd manner compared to its behaviour in my neovim configuration. I cannot see an obvious tell that could enlighten me about their differences, and the two packagesrust-tools.nvim
andrustic
seem to not get in the way ofrust-analyzer
doing its magic.One of the differences is that the completions ar erather different and also where the cursor is placed after the completion has been selected from the menu.
Examples:
Emacs:
println!
exampleprintln! # + return -> println!
Neovim:
println!
exampleEmacs:
fn
example:Neovim:
fn
example:Configuration defined inside rustic
:config
block:System & Package version:
Beta Was this translation helpful? Give feedback.
All reactions