From 8a1b3193a4def30b2181d319f476cb31b3bcb8df Mon Sep 17 00:00:00 2001 From: jdhao Date: Fri, 1 Sep 2023 21:26:10 +0200 Subject: [PATCH] fix bufferline loading issue --- lua/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins.lua b/lua/plugins.lua index cd8667c..143634a 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -151,7 +151,7 @@ require("lazy").setup { { "akinsho/bufferline.nvim", - event = "VeryLazy", + event = { "BufRead", "BufNewFile" } , cond = firenvim_not_active, config = function() require("config.bufferline")