fix: adjust WhichKeySeparator

This commit is contained in:
Michael Chris Lopez
2022-12-31 14:11:39 +08:00
parent 8fb00f507e
commit 12b7478c8f
2 changed files with 2 additions and 2 deletions

View File

@@ -353,7 +353,7 @@ local function generate(p, opt)
WhichKey { Statement },
WhichKeyGroup { Special },
WhichKeySeparator { LineNr },
WhichKeySeparator { fg = LineNr.fg },
WhichKeyValue { Constant },
TroubleNormal { Function },

View File

@@ -353,7 +353,7 @@ local function generate(p, opt)
WhichKey { Statement },
WhichKeyGroup { Special },
WhichKeySeparator { LineNr },
WhichKeySeparator { fg = LineNr.fg },
WhichKeyValue { Constant },
TroubleNormal { Function },