tb-dotfiles/chezmoi/private_dot_config/nvim/lua/plugins/bufferline.lua

10 lines
176 B
Lua
Raw Normal View History

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