nvim-dap-repl-highlights
nvim-dap-repl-highlights copied to clipboard
Not Enough Room
https://github.com/LiadOz/nvim-dap-repl-highlights/assets/101834410/9da074fe-23f0-437e-a548-ca3afb16e384
It looks like you get an error when trying to open a prompt window (probably using dressing). I suspect the issue is not in this plugin. To test this, can you run the same procedure with the plugin uninstalled, then instead of calling the binding use:
:lua vim.ui.input({prompt = 'Enter language parser name: '}, function(input) print(input) end)
https://github.com/LiadOz/nvim-dap-repl-highlights/assets/101834410/001689f8-5587-4d15-92b0-a94f837955f9
tmp-2023-09-26_07.13.59.mp4
It seems that dressing didn't trigger here, can you try maybe putting the code I gave you into a function and run it as a keybinding?