From 8912bea65de93a56b1f70cdb7c3c26f9cce30394 Mon Sep 17 00:00:00 2001 From: Eugene Oliveros Date: Thu, 4 May 2023 23:08:04 +0800 Subject: [PATCH] fix: replace deprecated nerdfont icons (#1035) Co-authored-by: Shadman <13149513+shadmansaleh@users.noreply.github.com> --- examples/evil_lualine.lua | 2 +- tests/spec/lualine_spec.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/evil_lualine.lua b/examples/evil_lualine.lua index 2515520..1386920 100644 --- a/examples/evil_lualine.lua +++ b/examples/evil_lualine.lua @@ -200,7 +200,7 @@ ins_right { ins_right { 'diff', -- Is it me or the symbol for modified us really weird - symbols = { added = ' ', modified = '柳 ', removed = ' ' }, + symbols = { added = ' ', modified = '󰝤 ', removed = ' ' }, diff_color = { added = { fg = colors.green }, modified = { fg = colors.orange }, diff --git a/tests/spec/lualine_spec.lua b/tests/spec/lualine_spec.lua index 47854ea..eb46a3c 100644 --- a/tests/spec/lualine_spec.lua +++ b/tests/spec/lualine_spec.lua @@ -732,7 +732,7 @@ describe('Lualine', function() 3: lualine_a_buffers_inactive = { bg = "#3c3836", bold = true, fg = "#a89984" } 4: lualine_c_normal = { bg = "#3c3836", fg = "#a89984" } } - |{1:  a.txt } + |{1: 󰈙 a.txt } {2:} {3: ... } {4: }|