Sidhanth Rathod

Results 346 comments of Sidhanth Rathod

and your settings for that plugin

```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

hmm i'll do something about this

![Image](https://github.com/user-attachments/assets/fb139707-0fb7-4aaf-b716-d5033c14984a) the terminal picker takes data from the global

i'll do it in april, on a break rn