Skip to content

Commit

Permalink
fix(icons): update expandtab nerd icons in statusline
Browse files Browse the repository at this point in the history
  • Loading branch information
ecosse3 committed Aug 12, 2023
1 parent b288dee commit b00c3ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/plugins/galaxyline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -593,9 +593,9 @@ table.insert(gls.right, {
provider = function()
if vim.bo.expandtab
then
return ' '
return ' 󰄮 '
else
return ' '
return ' 󰄱 '
end
end,
condition = condition.hide_in_width,
Expand Down

0 comments on commit b00c3ef

Please sign in to comment.