mirror of
https://github.com/josean-dev/dev-environment-files.git
synced 2025-01-09 17:51:20 +01:00
11 lines
169 B
Lua
11 lines
169 B
Lua
|
return {
|
||
|
"akinsho/bufferline.nvim",
|
||
|
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||
|
version = "*",
|
||
|
opts = {
|
||
|
options = {
|
||
|
mode = "tabs",
|
||
|
},
|
||
|
},
|
||
|
}
|