Rónán Carrigan

Results 257 comments of Rónán Carrigan

I've had an initial go at this but couldn't get a version that worked well with clicking unfortunately. NeoVim doesn't have the `WinBar` feature that Vimspector uses which is why...

You can do this manually, there's no need for nvim-dap-ui to control this. For example ```lua local debug_win = nil local function open_in_tab() if debug_win and vim.api.nvim_win_is_valid(debug_win) then vim.api.nvim_set_current_win(debug_win) return...

Ah I see why this is happening, I'll have to tinker around to prevent this

Tried to find a way to handle this without just resetting the value but doesn't seem possible with how NeoVim handles resizing windows. Added a fix in latest commit to...

I'll have to look into how viable this would be. I think it'd be a lot of work and might be more complicated than I'd like :thinking:

Ah good point, feel free to update or I'll get to it when I have a chance :ok_hand:

LTGM, feel free to replace the existing implementation :smile:

I don't want this code to live in nvim-notify, the repo is relatively simple and I don't want to maintain use cases that I don't use. However if someone wishes...

This would massively complicate the rendering so I don't think I'd want this to be a feature of nvim-notify. However what you could do is to use separate instances of...

Would definitely love something like this for the wiki! If the solution uses multiple instances then I don't think it'll be added to the repo, but if you really wanted...