Skip to content

Commit c0fd2f3

Browse files
restrayTimothée Belhomme
authored and
Timothée Belhomme
committed
fix: which-key comment typo (nvim-lua#1227)
1 parent 39f1e44 commit c0fd2f3

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

0 commit comments

Comments
 (0)