nvim-dap-repl-highlights icon indicating copy to clipboard operation
nvim-dap-repl-highlights copied to clipboard

Not Enough Room

Open orhnk opened this issue 2 years ago • 3 comments

https://github.com/LiadOz/nvim-dap-repl-highlights/assets/101834410/9da074fe-23f0-437e-a548-ca3afb16e384

Neovim Nightly: config Archlinux dwm: config

orhnk avatar Sep 25 '23 01:09 orhnk

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)

LiadOz avatar Sep 26 '23 04:09 LiadOz

https://github.com/LiadOz/nvim-dap-repl-highlights/assets/101834410/001689f8-5587-4d15-92b0-a94f837955f9

orhnk avatar Sep 26 '23 04:09 orhnk

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?

LiadOz avatar Sep 26 '23 04:09 LiadOz