Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(dap-ui): add colors for *NC hlgroups of UI controls
`nvim-dap-ui` has highlight groups for all its buttons: `DapUIPlayPause`, `DapUIStepOver`, etc. But it also has `*NC` versions of those highlights. I assume NC stands for non-current or "no cursor". `nvim-dap-ui` defaults to linking those to their non-`*NC` versions but I assume it happens too early and Catppuccin does not pick that up. This PR simply duplicates the highlight groups to include `*NC` versions. See https://github.com/rcarriga/nvim-dap-ui/blob/ffa89839f97bad360e78428d5c740fdad9a0ff02/lua/dapui/config/highlights.lua#L75-L96
- Loading branch information