Open tuanbass opened 1 year ago
It could be fixed with a simple:
vim.api.nvim_buf_set_option(0, "buflisted", true)
But I dont know which event I should put the command. Tried with BufAdd but it's seem have random behavior, sometime it works, sometime not (at least I didn't figure out the pattern)
I am also having this issue.
It would be great if when you go to a buffer in a different tab, it would actually switch to that tab from the current one.
Environment Lazyvim (https://www.lazyvim.org/)
Reproduces:
ls
)tabnew
)buffer <bnumber>
always_show_bufferline=true
ls
command in tab2 does not show buffer A.