mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 12:31:04 +00:00
13 lines
303 B
Lua
13 lines
303 B
Lua
return {
|
|
"akinsho/bufferline.nvim",
|
|
opts = {
|
|
options = {
|
|
mode = "buffers",
|
|
separator_style = "thin", -- or "slant", "thick", "thin"
|
|
always_show_bufferline = true,
|
|
show_buffer_close_icons = true,
|
|
show_close_icon = true,
|
|
diagnostics = "nvim_lsp",
|
|
},
|
|
},
|
|
}
|