starter/lua/plugins/ui.lua
2024-04-01 00:18:54 -07:00

17 lines
301 B
Lua

-- if true then return {} end
return {
-- bufferline
"akinsho/bufferline.nvim",
opts = {
options = {
offsets = {
{
filetype = "NvimTree",
text = "NvimTree",
highlight = "Directory",
text_align = "left",
},
},
},
},
}