9 lines
176 B
Lua
9 lines
176 B
Lua
-- See current buffers at the top of the editor
|
|
return {
|
|
{
|
|
"akinsho/bufferline.nvim",
|
|
version = "v3.*",
|
|
dependencies = "nvim-tree/nvim-web-devicons",
|
|
opts = {},
|
|
},
|
|
}
|