LiadOz / nvim-dap-repl-highlights

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

How to Insert Multilines function in dap-repl? #6

Open ihaohe opened 1 year ago

ihaohe commented 1 year ago

Thanks for your useful plugin. In your example, I found you defined "foo()" function with multilines, but in my dap-repl, I can't do that. I'd like to know how could you do that

LiadOz commented 1 year ago

Multiline is currently not supported in nvim-dap, I have submitted a PR that adds that functionality here https://github.com/mfussenegger/nvim-dap/pull/773

ihaohe commented 1 year ago

Multiline is currently not supported in nvim-dap, I have submitted a PR that adds that functionality here mfussenegger/nvim-dap#773

Got it. Thanks