starter/lua/plugins/ui.lua
2024-03-28 00:21:27 -07:00

18 lines
300 B
Lua

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