-
-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(highlights): preserve colorscheme settings (#276)
Highlights set by colorschemes are overwritten by `nvim-dap-ui` plugin in the `require("dapui.config").highlights.lua:setup()` method. Modified the method to set the defaults for highlight groups instead of overwriting previously set highlights (typically by colorschemes). Added a helper function to use the newer `nvim_get_hl` API function if NeoVim's version is atleast 0.9.
- Loading branch information
1 parent
c693e80
commit c020f66
Showing
1 changed file
with
29 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters