feat(UI): always show buffferline
This commit is contained in:
parent
33b6708e4b
commit
4dbaa91902
@ -10,6 +10,11 @@ return {
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
"akinsho/bufferline.nvim",
|
||||
opts = { options = { always_show_bufferline = true } },
|
||||
},
|
||||
|
||||
{
|
||||
"b0o/incline.nvim",
|
||||
event = "BufReadPre",
|
||||
|
Loading…
Reference in New Issue
Block a user