From 4513e92f28c745034e39e11ea8834fa53f4ceab0 Mon Sep 17 00:00:00 2001 From: Gregory Danielson Date: Tue, 10 Jan 2023 22:36:02 -0600 Subject: [PATCH] fix(bufferline): load bufferline on VeryLazy event (#35) --- 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",