theHamsta / nvim-dap-virtual-text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Virtual text isn't cleared 'on demand'

igorlfs opened this issue · comments

Hey!

Thanks for the nice plugin :)

I'm having trouble hiding the virtual text. There is some discussion about this issue in another thread:

          Even `:DapVirualTextDisable` doesn't clear the virt text for me: no new text is produced, but the old text does not hide.

Originally posted by @crhf in #14 (comment)

From what I understand, reading the original discussion, is that the logic to hide the virtual text is coupled with nvim-dap's event system. Nonetheless, it would be nice if commands like :DapVirtualTextDisable and :DapVirtualTextToggle could actually hide the text.