SmiteshP / nvim-navbuddy

A simple popup display that provides breadcrumbs feature using LSP server
Apache License 2.0
762 stars 30 forks source link

Ability to act on symbol with LSP actions like find references #98

Open dlvhdr opened 2 months ago

dlvhdr commented 2 months ago

Usually I navigate to the top most node with 0 but then I really want to continue "up" the call-tree and find it's references. I can press enter and then gr which is my keybinding to find references but this would save a keystroke and then I can even continue using navbuddy to drill down.