SmiteshP / nvim-navbuddy

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

Custom 'mappings' are not working as expected #6

Closed abulwafa closed 1 year ago

abulwafa commented 1 year ago

First of all, thank you for this amazing plugin :)

As per the title, adding custom keys to actions does not work as expected;

for ex.

["<Left>"] = actions.parent
athanase commented 1 year ago

I am having the same issue (using neovim nightly and lazy.nvim). Apart from that, excellent plugin.

codewizkid commented 1 year ago

Same here...

SmiteshP commented 1 year ago

Should be fixed now.

SmiteshP commented 1 year ago

Closing as solved