mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2025-02-08 05:34:02 -05:00
15 lines
391 B
Lua
15 lines
391 B
Lua
return require('bufferline').setup {
|
|
options = {
|
|
mappings = true,
|
|
max_name_length = 18,
|
|
max_prefix_length = 16,
|
|
tab_size = 18,
|
|
diagnostics = 'nvim_lsp',
|
|
show_tab_indicators = true,
|
|
enforce_regular_tabs = false,
|
|
show_buffer_close_icons = true,
|
|
always_show_bufferline = true,
|
|
separator_style = 'thin'
|
|
}
|
|
}
|