From 79b6fa6f553a9f2d52f05dd73e70f2089758bdeb Mon Sep 17 00:00:00 2001 From: srdusr Date: Wed, 23 Aug 2023 16:28:56 +0200 Subject: Changed TablineBufferBlock providers --- lua/plugins/heirline.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/plugins/heirline.lua b/lua/plugins/heirline.lua index 786f5cb..9066adf 100644 --- a/lua/plugins/heirline.lua +++ b/lua/plugins/heirline.lua @@ -1153,8 +1153,8 @@ end, { Tab, TablineFileNameBlock, TablineCloseButton }) local BufferLine = utils.make_buflist( TablineBufferBlock, - { provider = '􀰎 ', hl = { fg = colors.white } }, -- left truncation, optional (defaults to "<") - { provider = ' 􀰓', hl = { fg = colors.white } } -- right trunctation, also optional (defaults to ...... yep, ">") + { provider = ' ', hl = { fg = colors.white } }, -- left truncation, optional (defaults to "<") + { provider = ' ', hl = { fg = colors.white } } -- right trunctation, also optional (defaults to ...... yep, ">") -- by the way, open a lot of buffers and try clicking them ;) ) -- TabList -- cgit v1.2.3