mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-18 00:28:56 +02:00
9 lines
167 B
Lua
9 lines
167 B
Lua
|
return {
|
||
|
'akinsho/bufferline.nvim',
|
||
|
version = "*",
|
||
|
dependencies = 'nvim-tree/nvim-web-devicons',
|
||
|
config = function()
|
||
|
require("bufferline").setup{}
|
||
|
end
|
||
|
}
|