Skip to content

Commit

Permalink
fix: which-key comment typo (nvim-lua#1227)
Browse files Browse the repository at this point in the history
  • Loading branch information
mihasket authored and usainzg committed Nov 21, 2024
1 parent 90043cf commit dffc6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ require('lazy').setup({
-- set icon mappings to true if you have a Nerd Font
mappings = vim.g.have_nerd_font,
-- If you are using a Nerd Font: set icons.keys to an empty table which will use the
-- 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
keys = vim.g.have_nerd_font and {} or {
Up = '<Up> ',
Down = '<Down> ',
Expand Down

0 comments on commit dffc6e6

Please sign in to comment.