From 7dc5d2ef4923552fd21b1dc0a8d34804ab12ad01 Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 19 Sep 2023 17:51:45 +0200 Subject: up --- .config/nvim/lua/plugs-config/lualine.lua | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.config/nvim/lua/plugs-config/lualine.lua b/.config/nvim/lua/plugs-config/lualine.lua index 10471d8..f3d2fe7 100644 --- a/.config/nvim/lua/plugs-config/lualine.lua +++ b/.config/nvim/lua/plugs-config/lualine.lua @@ -157,6 +157,7 @@ ins_left { show_filename_only = false, hide_filename_extension = false, show_modified_status = true, + icons_enabled = true, symbols = { modified = ' ●', -- Text to show when the buffer is modified alternate_file = '', -- Text to show to identify the alternate file @@ -240,18 +241,18 @@ ins_right { color = { fg = colors.cyan }, } -ins_right { - -- filesize component - 'filesize', - cond = conditions.buffer_not_empty, -} - ins_right { 'branch', icon = '', color = { fg = colors.violet, gui = 'bold' }, } +ins_right { + -- filesize component + 'filesize', + cond = conditions.buffer_not_empty, +} + ins_right { 'diff', -- Is it me or the symbol for modified us really weird -- cgit v1.2.3