Skip to content

Commit e1fb298

Browse files
mihasketandreacanton
authored andcommitted
fix: which-key comment typo (nvim-lua#1227)
1 parent 476f7f8 commit e1fb298

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
@@ -286,7 +286,7 @@ require('lazy').setup({
286286
-- set icon mappings to true if you have a Nerd Font
287287
mappings = vim.g.have_nerd_font,
288288
-- If you are using a Nerd Font: set icons.keys to an empty table which will use the
289-
-- default whick-key.nvim defined Nerd Font icons, otherwise define a string table
289+
-- default which-key.nvim defined Nerd Font icons, otherwise define a string table
290290
keys = vim.g.have_nerd_font and {} or {
291291
Up = '<Up> ',
292292
Down = '<Down> ',

0 commit comments

Comments
 (0)