Files
my-nvim-setup/lua/plugins/configs/bufferline.lua
Mann Patel 9296562b0d init
2026-02-23 23:13:41 -07:00

9 lines
137 B
Lua

return {
options = {
themable = true,
offsets = {
{ filetype = "NvimTree", highlight = "NvimTreeNormal" },
},
},
}