SmiteshP / nvim-navbuddy

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

fix(#41): Add nowait=true option on keymap function to suppress operator-pending mode #54

Closed rcsalomao closed 1 year ago

rcsalomao commented 1 year ago

Small fix to try to stop operator-pending mode interfering with the plugin mapping.

SmiteshP commented 1 year ago

Ah I see, this was the issue. Thanks a lot! :)