summary refs log tree commit diff
path: root/.vim/lua/colors.lua
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2022-05-27 12:53:21 +0200
committerRobert Günzler <r@gnzler.io>2022-05-27 13:16:14 +0200
commitc35b450705899b011957f16c2a583e1e3818af8c (patch)
treec736ecd9c9dd1571a1c7f3b587e4d539a4f3db5e /.vim/lua/colors.lua
parent18b0a7c1943f28342dd2272135bf562f100d2839 (diff)
vim: register keybinds with which-key
Diffstat (limited to '.vim/lua/colors.lua')
-rw-r--r--.vim/lua/colors.lua7
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