fix(bufferline): load bufferline on VeryLazy event (#35) (#36)

This commit is contained in:
Gregory Danielson III authored and GitHub committed 2023-01-11 08:10:40 +01:00
1 parent 285c6d5686
commit 207beafda2
1 file changed
+1 -1
+1 -1
View File
@@ -42,7 +42,7 @@ return {
-- bufferline
{
"akinsho/nvim-bufferline.lua",
event = "BufAdd",
event = "VeryLazy",
opts = {
options = {
diagnostics = "nvim_lsp",