Skip to content

Commit

Permalink
statusline: update icon that indicates whether TS is running
Browse files Browse the repository at this point in the history
the old icon was replaced in a recent nerdfont update
  • Loading branch information
ttytm committed Nov 19, 2024
1 parent beb5aad commit 23dbd3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nxvim/plugins/windline/styles/nxvim.lua
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ basic.treesitter = {
text = function(bufnr)
-- Highlight cogwheel when TS is active.
return {
{ " ", highlighter.active[bufnr] and colors.cyan or colors.filename },
{ " ", highlighter.active[bufnr] and colors.cyan or colors.filename },
}
end,
}
Expand Down

0 comments on commit 23dbd3f

Please sign in to comment.