diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-08-23 16:28:56 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-08-23 16:28:56 +0200 |
| commit | 79b6fa6f553a9f2d52f05dd73e70f2089758bdeb (patch) | |
| tree | 645cb43bfb16ec3e7ef1fe1039577a92035ffa4d /lua | |
| parent | a20928095162679989784bd5ecac60f54ac0b1e0 (diff) | |
| download | dotfiles-79b6fa6f553a9f2d52f05dd73e70f2089758bdeb.tar.gz dotfiles-79b6fa6f553a9f2d52f05dd73e70f2089758bdeb.zip | |
Changed TablineBufferBlock providers
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins/heirline.lua | 4 |
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 |
