LiadOz / nvim-dap-repl-highlights

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

Will this plugin support Neovim 0.8+? #3

Closed ihaohe closed 1 year ago

LiadOz commented 1 year ago

Neovim 0.8 and previous versions have an issue with the prompt buffer extmarks. As part of developing this plugin I have fixed that issue here https://github.com/neovim/neovim/pull/21331, the fix didn't get added to the 0.8 releases. Since this fix is in the core Neovim code, there is not much that can be done in lua.

ihaohe commented 1 year ago

Thanks for your reply.