Did you check docs and existing issues?
Neovim version (nvim -v)
0.12.3
Operating system/version
mac
Describe the bug
trouble only appear first tab
Steps To Reproduce
create tab
go to it
make lsp error
try open trouble
doesnt open
go back to tab 1
trouble is actually open and closed there only
Expected Behavior
trouble tab 2
Repro
vim.env.LAZY_STDPATH = ".repro"
load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))()
require("lazy.minit").repro({
spec = {
{ "folke/trouble.nvim", opts = {} },
-- add any other plugins here
},
})
Did you check docs and existing issues?
Neovim version (nvim -v)
0.12.3
Operating system/version
mac
Describe the bug
trouble only appear first tab
Steps To Reproduce
create tab
go to it
make lsp error
try open trouble
doesnt open
go back to tab 1
trouble is actually open and closed there only
Expected Behavior
trouble tab 2
Repro