Skip to content

Commit

Permalink
fix(config): default button not visible on NerdFonts 3 (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
Iron-E authored May 2, 2023
1 parent 3921d77 commit de37647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/barbar/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ function config.setup(options)
local default_icons = {
buffer_index = false,
buffer_number = false,
button = '',
button = '𝝬',
diagnostics = {},
gitsigns = {
added = { enabled = false, icon = '+' },
Expand Down

0 comments on commit de37647

Please sign in to comment.