Skip to content

Commit edf4cf4

Browse files
mihasketjohnlonganecker
authored andcommitted
fix: which-key comment typo (nvim-lua#1227)
1 parent 3e0f968 commit edf4cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ require('lazy').setup({
298298
-- set icon mappings to true if you have a Nerd Font
299299
mappings = vim.g.have_nerd_font,
300300
-- If you are using a Nerd Font: set icons.keys to an empty table which will use the
301-
-- default whick-key.nvim defined Nerd Font icons, otherwise define a string table
301+
-- default which-key.nvim defined Nerd Font icons, otherwise define a string table
302302
keys = vim.g.have_nerd_font and {} or {
303303
Up = '<Up> ',
304304
Down = '<Down> ',

0 commit comments

Comments
 (0)