nvim-dap-ui icon indicating copy to clipboard operation
nvim-dap-ui copied to clipboard

A UI for nvim-dap

Results 102 nvim-dap-ui issues
Sort by recently updated
recently updated
newest added

vimspector allow mouse hover to popup variable value , is there any thing like this or can it be implemented ?

I have this issue which reproduces if I actively put myself in a certain setup with `nvim-dap` and `nvim-dap-ui`, or it always happens if I'm using also `cmake-tools` (https://github.com/Civitasv/cmake-tools.nvim) to...

I want to open specific window (like dap-repel) in new tab when i call `dapui.toggle()`. is there any way we can do it using this plugin or if you can...

Hi, The current behavior of the toggle function toggles all layouts in a way that is independent of each other. So for example say I have two layouts defined. After...

enhancement

I really enjoy using DAP UI, and one of the things that I think is absolutely genius about this plugin is the way you manage layouts. So much so I...

enhancement

I only use the terminal window in some languages, so when I use a language where I don't need it, I have to close it again manually. If I had...

enhancement

All content will disappear after neovim exits. Could we save the content and load them after we reopen the neovim?

And if it means "resolved" how it comes after lines with "B" on runtime? it doesn't make sense.

I have `dap-ui` layout setup like this: ```lua require('dapui').setup({ layouts = { { elements = { { id = 'scopes', size = 0.25, }, { id = 'watches', size =...

![image](https://github.com/rcarriga/nvim-dap-ui/assets/130576530/9af4fd97-f1d7-4963-a9f4-07eeb0d62776) I was thinking of how to hide this line for a while but didn't come up with a worthy solution ![image](https://github.com/rcarriga/nvim-dap-ui/assets/130576530/06c6bc18-2e9e-4380-9540-981e3dbcea74) I have code-runner installed so i execute code...