Skip to content

Commit

Permalink
fix(which-key): Disable icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Allaman committed Aug 29, 2024
1 parent 168554d commit af54302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/core/plugins/which-key.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ local default_config = {
opts = {
preset = "modern",
icons = {
rules = false, -- disable icons in keymaps
mappings = false, -- disable icons in keymaps
breadcrumb = icons.arrows.DoubleArrowRight, -- symbol used in the command line area that shows your active key combo
separator = icons.arrows.SmallArrowRight, -- symbol used between a key and it's label
group = icons.ui.Plus, -- symbol prepended to a group
Expand Down

0 comments on commit af54302

Please sign in to comment.