starter/lua/plugins/bufferline.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",
},
},
}