nix/modules/home/cli/neovim/plugins/bufferline.lua

13 lines
273 B
Lua
Raw Normal View History

2024-03-09 17:18:36 +01:00
require('bufferline').setup{
options = {
offsets = {
{
filetype = "NvimTree",
text = "File Explorer",
highlight = "Directory",
separator = true -- use a "true" to enable the default, or set your own character
}
}
}
}