GotoPreview commands not working in Rust with Effective Vim Kickstart
GotoPreview commands not working in Rust with Effective Vim Kickstart - Lemmy.World
I am trying to use the setup using the kickstart, and I noticed that gd ( [G]oto [D]efintion ) was not working. So I implemented goto-preview (https://github.com/rmagatti/goto-preview [https://github.com/rmagatti/goto-preview]), and setup like recommended however, the commands (i.e. gpd and gpt) still don’t work. I’ve implemented rust-analyzer using Mason. Typing gp and waiting brings up the hints for all the Goto * commands, so I know those parts are set up correctly. Anyone else having this issue?