feat: update whichkey labels

This commit is contained in:
NotAShelf 2023-02-23 17:01:13 +03:00
parent 5090120ac2
commit 812f1f3b06
No known key found for this signature in database
GPG key ID: 5B5C8895F28445F1

View file

@ -20,6 +20,12 @@ in {
local wk = require("which-key")
wk.register({
key_labels = {
["<space>"] = "SPACE",
["<leader>"] = "SPACE",
["<cr>"] = "RETURN",
["<tab>"] = "TAB",
},
${
if config.vim.tabline.nvimBufferline.enable