mellifluous.nvim
mellifluous.nvim copied to clipboard
Add support for nvim-dap-ui plugin
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:
After: