nvim-telescope / telescope-dap.nvim

Integration for nvim-dap with telescope.nvim
MIT License
323 stars 23 forks source link

Add highlight for subtle frames #15

Closed zoriya closed 1 year ago

zoriya commented 2 years ago

This PR adds a highlight group for subtle frames (frames that are from third party libraries most of the time). This highlight group is also used for frames where no source is defined (for debuggers that don't set the subtle hint).

image

Conni2461 commented 1 year ago

Thanks :)