LiadOz / nvim-dap-repl-highlights

Add syntax highlighting to the nvim-dap REPL
110 stars 6 forks source link

Not Enough Room #8

Open orhnk opened 9 months ago

orhnk commented 9 months ago

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

Neovim Nightly: config Archlinux dwm: config

LiadOz commented 9 months ago

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)
orhnk commented 9 months ago

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

LiadOz commented 9 months ago

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?