my-voidlinux-configs/lvim/lua/configs/bufferline.lua

18 lines
291 B
Lua
Raw Permalink Normal View History

vim.opt.termguicolors = true
2024-08-04 23:25:50 +03:00
lvim.builtin.bufferline = {
options = {
mode = "buffers",
separator_style = "slant",
offsets = {
{
filetype = "NeoTree",
text = "File Explorer",
highlight = "Directory",
separator = true,
}
}
}
}