nvim-dap-ui
nvim-dap-ui copied to clipboard
Editing local variables triggers an error, but variables can be succesfully modified
Reproduce Step
- Press 'e' when cursor in bottom left window
- Change "hello world" to "hello"
- Return to normal model
- Enter
- Trigger the error
nvim-dap-ui version
~/.local/share/nvim/site/pack/packer/start/nvim-dap-ui master ❯ git branch -v 02:25:59
* master edfa93f docs(README): installation instructions for lazy.nvim (#342)
neovim config from here
local dapui_status, dapui = pcall(require, 'dapui')
if not dapui_status then
print('Failed to require nvim-dap-ui')
end
dapui.setup {}
https://github.com/rcarriga/nvim-dap-ui/assets/114892661/0031150a-f5ef-4933-afbe-383e5727dea1
I can confirm the fix above works for me on Windows 11 and Neovim 0.10.0.
Just bumping this to say this still works and wondering if there has been any testing done elsewhere to see if this works for others.