Configure lualine and bufferline the way I like

I use tabs and splits mostly, not buffers.
This commit is contained in:
2023-12-01 15:26:03 -05:00
parent 49b6cef490
commit 159122bb18
2 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
return {
"akinsho/bufferline.nvim",
opts = {
options = {
mode = "tabs",
},
},
}