aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2022-11-03 21:28:51 +0200
committersrdusr <trevorgray@srdusr.com>2022-11-03 21:28:51 +0200
commitea898d67264d806dd081f34521c7789e416278fe (patch)
tree9179ad4856c11f0127300da8e9adc08cbdac74cf /lua
parent460872b2fa7d32b4badb34f84cf3cb3a53cca534 (diff)
downloaddotfiles-ea898d67264d806dd081f34521c7789e416278fe.tar.gz
dotfiles-ea898d67264d806dd081f34521c7789e416278fe.zip
Removed bufnr since it's kind of useless
Diffstat (limited to 'lua')
-rw-r--r--lua/plugins/heirline.lua15
1 files changed, 8 insertions, 7 deletions
diff --git a/lua/plugins/heirline.lua b/lua/plugins/heirline.lua
index f17f523..b8c51f1 100644
--- a/lua/plugins/heirline.lua
+++ b/lua/plugins/heirline.lua
@@ -979,12 +979,13 @@ local WinBar = { Space, Center }
-- TabLine
-local TablineBufnr = {
- provider = function(self)
- return tostring(self.bufnr) .. "."
- end,
- hl = { fg = colors.white, bold = false },
-}
+--local TablineBufnr = {
+-- provider = function(self)
+-- return tostring(self.bufnr) .. "."
+-- end,
+-- hl = { fg = colors.white, bold = false },
+---- hl = "Comment",
+--}
-- we redefine the filename component, as we probably only want the tail and not the relative path
local TablineFileName = {
@@ -1061,7 +1062,7 @@ local TablineFileNameBlock = {
end,
name = "heirline_tabline_buffer_callback",
},
- TablineBufnr,
+ --TablineBufnr,
TablineFileIcon,
TablineFileName,
TablineFileFlags,