Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(highlights): preserve colorscheme settings (#276) #3

Merged
merged 1 commit into from
May 30, 2023

Conversation

y1rn
Copy link
Owner

@y1rn y1rn commented May 30, 2023

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.

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.
@y1rn y1rn merged commit 80f897c into y1rn:master May 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants