mellifluous.nvim icon indicating copy to clipboard operation
mellifluous.nvim copied to clipboard

Add support for nvim-dap-ui plugin

Open antoineco opened this issue 11 months ago • 0 comments

This PR adds initial customizations for the nvim-dap-ui plugin.

The plugin supports several widgets, however I decided to focus my efforts only on the Control Panel in this PR, to keep the scope small and because it is the only widget which looks broken out of the box. The reason being that nvim-dap-ui assumes that the WinBar highlight group has a concrete background color set, whereas the group is a link in mellifluous.

  • https://github.com/rcarriga/nvim-dap-ui/blob/v4.0.0/lua/dapui/config/highlights.lua#L76-L77
  • https://github.com/rcarriga/nvim-dap-ui/blob/v4.0.0/lua/dapui/controls.lua#L19-L27

Before: inactive_before active_before After: inactive_after active_after

antoineco avatar Mar 26 '25 12:03 antoineco