tb-dotfiles/chezmoi/private_dot_config/nvim/lua/plugins/bufferline.lua
2023-06-20 17:13:50 -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 = {},
},
}