fix bufferline loading issue

This commit is contained in:
jdhao
2023-09-01 21:27:13 +02:00
parent e92362041c
commit 8a1b3193a4
+1 -1
View File
@@ -151,7 +151,7 @@ require("lazy").setup {
{
"akinsho/bufferline.nvim",
event = "VeryLazy",
event = { "BufRead", "BufNewFile" } ,
cond = firenvim_not_active,
config = function()
require("config.bufferline")