Sidhanth Rathod
Sidhanth Rathod
and your settings for that plugin
i will test it tomorrow 👍
```lua vim.api.nvim_create_autocmd("BufAdd" , { callback = function(args) vim.print{args.buf, vim.bo[args.buf].ft} end, }) ``` @mistweaverco do you use eventignore for your plugin? i dont see it at bufdelete event, weird
@glmlm its not related to that ```lua { "mistweaverco/kulala.nvim", lazy = false, opts = {}, } ``` and then run `:lua require("kulala").open()` and go to that window, press q
> [@siduck](https://github.com/siduck) [@daniel-odrinski](https://github.com/daniel-odrinski) It appears that the issue is due to the buffer number `nr` of kulala.nvim being left in the `vim.t.bufs`. I'm investigating the cause little by little, but...
dont close yet, i'll come back to this issue in few weeks and merge the code to main branch
:term
hmm i'll do something about this
 the terminal picker takes data from the global
i'll do it in april, on a break rn