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 39f1e44 commit c0fd2f3Copy full SHA for c0fd2f3
init.lua
@@ -279,7 +279,7 @@ require('lazy').setup({
279
-- set icon mappings to true if you have a Nerd Font
280
mappings = vim.g.have_nerd_font,
281
-- If you are using a Nerd Font: set icons.keys to an empty table which will use the
282
- -- 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
283
keys = vim.g.have_nerd_font and {} or {
284
Up = '<Up> ',
285
Down = '<Down> ',
0 commit comments