mirror of
https://github.com/runyanjake/dotfiles.git
synced 2026-02-04 00:57:30 -08:00
15 lines
245 B
Lua
15 lines
245 B
Lua
return {
|
|
{
|
|
'akinsho/bufferline.nvim',
|
|
version = "*",
|
|
dependencies = 'nvim-tree/nvim-web-devicons',
|
|
opts = {
|
|
options = {
|
|
mode = "buffers",
|
|
separator_style = "slant",
|
|
show_buffer_close_icons = false,
|
|
}
|
|
}
|
|
}
|
|
}
|