j-morano / buffer_manager.nvim

A simple plugin to easily manage Neovim buffers.
MIT License
241 stars 12 forks source link

[bug] bmui.nav_file(i) not working until bmui.toggle_quick_menu() #22

Closed haru02w closed 1 year ago

haru02w commented 1 year ago

If I have file1 open and then open file2 (for example, using Telescope), I cannot go back to file2 if I move out until opening and closing quick_menu.

Seems to be really simple thing to fix, but I'm not good with lua yet.

j-morano commented 1 year ago

Hello! Thanks for the feedback. You are right, this was not working properly. I have added a commit that I believe fixes the problem. Please check if it is working OK for you, and reopen the issue if it does not.