8 lines
181 B
Lua
8 lines
181 B
Lua
require("bufferline").setup {
|
|
options = {
|
|
offsets = {{ filetype = "NvimTree", text = "", padding = 1 }},
|
|
tab_size = 20,
|
|
separator_style = "thin"
|
|
}
|
|
}
|