diff options
Diffstat (limited to '.vim/lua/colors.lua')
| -rw-r--r-- | .vim/lua/colors.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.vim/lua/colors.lua b/.vim/lua/colors.lua index 142d2fc..0b76ffb 100644 --- a/.vim/lua/colors.lua +++ b/.vim/lua/colors.lua @@ -289,6 +289,13 @@ return lush(function() CmpItemKindProperty { TSField }, CmpItemKindUnit { Special }, + WhichKey { CursorLineNr }, + WhichKeyGroup { Keyword }, + WhichKeySeparator { fg = Comment.fg }, + WhichKeyDesc { Identifier }, + WhichKeyFloat { NormalFloat }, + WhichKeyValue { Comment }, + -- Plugin configs END }}} -- Config specific |