Closed refaelsh closed 4 weeks ago
Usually, supported plugins implies that highlight groups are provided by the colorscheme, not requiring any further action on your part. See the LSP Saga highlights for instance.
--LSP Saga
LspFloatWinNormal = { fg = colors.fg, },
LspFloatWinBorder = { fg = colors.comment, },
LspSagaHoverBorder = { fg = colors.comment, },
LspSagaSignatureHelpBorder = { fg = colors.comment, },
…
Understood. Thank you very much for your reply.
In the README, there is a section on supported plugins: https://github.com/Mofiqul/dracula.nvim?tab=readme-ov-file#%EF%B8%8F-supported-plugins.
But it does not specify what I need to do to make the supported plugins work with dracula.nvim.
Thanks in advance.