Skip to content

Commit

Permalink
Update bufferline icon config for newer version
Browse files Browse the repository at this point in the history
  • Loading branch information
leslie255 committed Aug 25, 2022
1 parent b8a7502 commit d967850
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lua/configs/bufferline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ function M.config()
-- NOTE: this plugin is designed with this icon in mind,
-- and so changing this is NOT recommended, this is intended
-- as an escape hatch for people who cannot bear it for whatever reason
indicator_icon = '',
indicator = {
icon = '',
style = 'icon'
},
buffer_close_icon = '',
modified_icon = '',
close_icon = '',
Expand Down

0 comments on commit d967850

Please sign in to comment.