mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 12:31:04 +00:00
17 lines
301 B
Lua
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",
|
|
},
|
|
},
|
|
},
|
|
},
|
|
}
|