diff options
| author | Miha <79801427+mihasket@users.noreply.github.com> | 2024-11-20 14:41:50 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-20 08:41:50 -0500 |
| commit | 172e7f69a3fa89b314b544a99ec89045ec3526f2 (patch) | |
| tree | 903ebaf13f62c9d820d61456312aa694b0e0b524 /nvim/init.lua | |
| parent | f72b2cdbeed166399734f40685bbcc403b02ecf0 (diff) | |
| download | dots-172e7f69a3fa89b314b544a99ec89045ec3526f2.tar.gz | |
fix: which-key comment typo (#1227)
Diffstat (limited to 'nvim/init.lua')
| -rw-r--r-- | nvim/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/init.lua b/nvim/init.lua index e3b7b56..08717d5 100644 --- a/nvim/init.lua +++ b/nvim/init.lua @@ -279,7 +279,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> ', |