feat(UI): always show buffferline

This commit is contained in:
Michel 2024-01-02 10:39:33 +01:00
parent 33b6708e4b
commit 4dbaa91902

View File

@ -10,6 +10,11 @@ return {
}, },
}, },
{
"akinsho/bufferline.nvim",
opts = { options = { always_show_bufferline = true } },
},
{ {
"b0o/incline.nvim", "b0o/incline.nvim",
event = "BufReadPre", event = "BufReadPre",