yujinyuz / gitpad.nvim

minimal neovim plugin for taking down notes for git projects, branch, etc.
https://yujinyuz.github.io/gitpad.nvim/
MIT License
44 stars 4 forks source link

Get rid of buffer when opening gitpad #7

Closed idelice closed 5 months ago

idelice commented 5 months ago

A new buffer is popping up along with gitpad:

Screenshot 2024-05-15 at 00 00 11

How can I disable that? The floating window is enough for me

yujinyuz commented 5 months ago

@idelice I'm not sure how to reproduce this.

Are you using a tabline plugin by any chance?

Like https://github.com/romgrk/barbar.nvim

yujinyuz commented 5 months ago

@idelice I just made a fix. Can you test and see if that fixes it for you?

idelice commented 5 months ago

Yes - it's fixed. Thank you!