blob: 09f1234f1b62ac9eb29de0570385ebecd007b613 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
require("bufferline").setup {
options = {
offsets = { {
filetype = "NvimTree",
padding = 1,
} },
diagnostics = "nvim_lsp",
max_name_length = 14,
max_prefix_length = 13,
tab_size = 20,
separator_style = "thin",
show_close_icon = false,
},
}
|