Skip to content

Commit 3348ca4

Browse files
mihasketfse-wd
authored andcommitted
fix: which-key comment typo (nvim-lua#1227)
1 parent 48eb956 commit 3348ca4

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
@@ -281,7 +281,7 @@ require('lazy').setup({
281281
-- set icon mappings to true if you have a Nerd Font
282282
mappings = vim.g.have_nerd_font,
283283
-- 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
284+
-- default which-key.nvim defined Nerd Font icons, otherwise define a string table
285285
keys = vim.g.have_nerd_font and {} or {
286286
Up = '<Up> ',
287287
Down = '<Down> ',

0 commit comments

Comments
 (0)