LiadOz / nvim-dap-repl-highlights

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

fix: nil check for session.config #1

Closed gh-liu closed 1 year ago

LiadOz commented 1 year ago

Thanks for the contribution! This looks fine. Is there a case in which a session exists but there is no config?

gh-liu commented 1 year ago

Yes, I use the nvim-dap-ui plugin to open the dap-repl window when dap.listeners.before["event_initialized"] event trigger. image