Sidhanth Rathod

Results 346 comments of Sidhanth Rathod

```lua vim.api.nvim_create_autocmd("BufAdd", { callback = function(args) if vim.bo[args.buf].buflisted then print(args.buf) end end, }) ``` ![image](https://github.com/NvChad/ui/assets/59060246/d1eaf409-a9f0-464c-946c-5bb4698bd35d) So when i go through the actions window and when cursor is on 3rd ,...

> action preview buffer is not listed. yes i know, but try the autocmd, it still prints buf number cuz the buffer is listed, so weird

> can close . i had push a commit for fix. forget set it. its happening again, weird

no longer facing this issue. seems like he has fixed it!

https://github.com/user-attachments/assets/9b2b5cb3-b244-480d-9239-c0ef49d6f1f6 @glepnir i still get this issue, but only for some files, weird. does lspsaga ignore buf events? i have no idea its buffers sneak through my bufferline's function (...

> emm I have been busy with the work of ins-completion in vim/neovim core. So I haven't maintained the plugin for a long time. The new lspsaga refactoring is in...

@andradei wait for a while till lspsaga rewrite is done. in the time being use https://github.com/rachartier/tiny-code-action.nvim