We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48eb956 commit 3348ca4Copy full SHA for 3348ca4
init.lua
@@ -281,7 +281,7 @@ require('lazy').setup({
281
-- set icon mappings to true if you have a Nerd Font
282
mappings = vim.g.have_nerd_font,
283
-- If you are using a Nerd Font: set icons.keys to an empty table which will use the
284
- -- default whick-key.nvim defined Nerd Font icons, otherwise define a string table
+ -- default which-key.nvim defined Nerd Font icons, otherwise define a string table
285
keys = vim.g.have_nerd_font and {} or {
286
Up = '<Up> ',
287
Down = '<Down> ',
0 commit comments