You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried setting up this plugin in neovim using lazy and the install script. As far as I can tell the setup/request works, however, the response to request never contains any decorations. Concretely, when I print the result variable in response handler it contains the following:
This may happen if the target file is not part of a workspace created by Cargo. In your log, it refers to a single source file, so it cannot visualize properly, meaning it may not work.
Additionally, if there are any syntax or type errors, the result will be the same.
Hi,
I've tried setting up this plugin in neovim using lazy and the install script. As far as I can tell the setup/request works, however, the response to request never contains any
decorations
. Concretely, when I print theresult
variable in response handler it contains the following:regardless of which token I hover over.
This was with an "empty" rust project (create with
cargo new
)Is there any additional setup required?
Thanks you and best!
The text was updated successfully, but these errors were encountered: