diff options
| author | Robert Günzler <r@gnzler.io> | 2022-05-27 12:53:21 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-05-27 13:16:14 +0200 |
| commit | c35b450705899b011957f16c2a583e1e3818af8c (patch) | |
| tree | c736ecd9c9dd1571a1c7f3b587e4d539a4f3db5e /.vim/lua/colors.lua | |
| parent | 18b0a7c1943f28342dd2272135bf562f100d2839 (diff) | |
vim: register keybinds with which-key
Diffstat (limited to '')
| -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 |