tb-dotfiles/chezmoi/private_dot_config/nvim/lua/plugins/bufferline.lua
2023-10-26 12:11:49 -04:00

10 lines
176 B
Lua

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