feat: full support for the upcoming all new which-key.nvim ;)

This commit is contained in:
Folke Lemaitre
2021-04-28 14:59:44 +02:00
parent a3265f28dc
commit 54e1db2ec1

View File

@@ -295,7 +295,9 @@ function M.setup(config)
WhichKeyGroup = { fg = c.blue },
WhichKeyDesc = { fg = c.magenta },
WhichKeySeperator = { fg = c.comment },
WhichKeySeparator = { fg = c.comment },
WhichKeyFloating = { bg = c.bg_sidebar },
WhichKeyValue = { fg = c.fg_gutter },
-- LspSaga
DiagnosticError = { fg = c.error },