From 207beafda215e4657bf083b94c80d455fc5de86b Mon Sep 17 00:00:00 2001 From: Gregory Danielson III Date: Wed, 11 Jan 2023 01:10:40 -0600 Subject: [PATCH] fix(bufferline): load bufferline on VeryLazy event (#35) (#36) --- lua/lazyvim/plugins/ui.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazyvim/plugins/ui.lua b/lua/lazyvim/plugins/ui.lua index feb6d6fc..724a2757 100644 --- a/lua/lazyvim/plugins/ui.lua +++ b/lua/lazyvim/plugins/ui.lua @@ -42,7 +42,7 @@ return { -- bufferline { "akinsho/nvim-bufferline.lua", - event = "BufAdd", + event = "VeryLazy", opts = { options = { diagnostics = "nvim_lsp",