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