PokerChips@lemmy.worldOPtoOpen Source@lemmy.ml•GotoPreview commands not working in Rust with Effective Vim Kickstart
1·
1 year agoLooks like Rust-Analyzer will take some time to “load”. Some content will load. I needed to use [g]oto-[p]review [D]eclaration
instead of [
. ]efinition
Some content still does not work on any goto-preview
command.
Ok, so most seems to work so far now. Just that
HttpServer
doesn’t work with a goto-preview (The app works when running so the all the codebase definitions are rooted). The issue I run into now is that sometimes when going to a definition and then closing that window causes the whole NeoVim session to close.I’ll try to debug at some time.