aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins/heirline.lua
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-08-23 16:28:56 +0200
committersrdusr <trevorgray@srdusr.com>2023-08-23 16:28:56 +0200
commit79b6fa6f553a9f2d52f05dd73e70f2089758bdeb (patch)
tree645cb43bfb16ec3e7ef1fe1039577a92035ffa4d /lua/plugins/heirline.lua
parenta20928095162679989784bd5ecac60f54ac0b1e0 (diff)
downloaddotfiles-79b6fa6f553a9f2d52f05dd73e70f2089758bdeb.tar.gz
dotfiles-79b6fa6f553a9f2d52f05dd73e70f2089758bdeb.zip
Changed TablineBufferBlock providers
Diffstat (limited to 'lua/plugins/heirline.lua')
-rw-r--r--lua/plugins/heirline.lua4
1 files 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