neovim-config/lua/plugins/bufferline.lua
Tyler Hallada 159122bb18 Configure lualine and bufferline the way I like
I use tabs and splits mostly, not buffers.
2023-12-01 15:26:03 -05:00

9 lines
100 B
Lua

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