feat: full support for the upcoming all new which-key.nvim ;)
This commit is contained in:
@@ -295,7 +295,9 @@ function M.setup(config)
|
|||||||
WhichKeyGroup = { fg = c.blue },
|
WhichKeyGroup = { fg = c.blue },
|
||||||
WhichKeyDesc = { fg = c.magenta },
|
WhichKeyDesc = { fg = c.magenta },
|
||||||
WhichKeySeperator = { fg = c.comment },
|
WhichKeySeperator = { fg = c.comment },
|
||||||
|
WhichKeySeparator = { fg = c.comment },
|
||||||
WhichKeyFloating = { bg = c.bg_sidebar },
|
WhichKeyFloating = { bg = c.bg_sidebar },
|
||||||
|
WhichKeyValue = { fg = c.fg_gutter },
|
||||||
|
|
||||||
-- LspSaga
|
-- LspSaga
|
||||||
DiagnosticError = { fg = c.error },
|
DiagnosticError = { fg = c.error },
|
||||||
|
|||||||
Reference in New Issue
Block a user