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