neovim-config/lua/plugins/bufferline.lua
Tyler Hallada e501ae53a6 Configure lualine and bufferline the way I like
I use tabs and splits mostly, not buffers.
2023-11-27 17:38:02 -05:00

9 lines
100 B
Lua

return {
"akinsho/bufferline.nvim",
opts = {
options = {
mode = "tabs",
},
},
}