9 lines
158 B
Lua
9 lines
158 B
Lua
|
require("bufferline").setup {
|
||
|
options = {
|
||
|
themable = true,
|
||
|
offsets = {
|
||
|
{ filetype = "NvimTree", highlight = "NvimTreeNormal" },
|
||
|
},
|
||
|
},
|
||
|
}
|