Skip to content

Commit 8912bea

Browse files
fix: replace deprecated nerdfont icons (#1035)
Co-authored-by: Shadman <[email protected]>
1 parent 442d2ab commit 8912bea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/evil_lualine.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ ins_right {
200200
ins_right {
201201
'diff',
202202
-- Is it me or the symbol for modified us really weird
203-
symbols = { added = '', modified = ' ', removed = '' },
203+
symbols = { added = '', modified = '󰝤 ', removed = '' },
204204
diff_color = {
205205
added = { fg = colors.green },
206206
modified = { fg = colors.orange },

tests/spec/lualine_spec.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ describe('Lualine', function()
732732
3: lualine_a_buffers_inactive = { bg = "#3c3836", bold = true, fg = "#a89984" }
733733
4: lualine_c_normal = { bg = "#3c3836", fg = "#a89984" }
734734
}
735-
|{1: a.txt }
735+
|{1: 󰈙 a.txt }
736736
{2:}
737737
{3: ... }
738738
{4: }|

0 commit comments

Comments
 (0)