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

This commit is contained in:
Gregory Danielson 2023-01-10 22:36:02 -06:00
parent 81d798fdaa
commit 4513e92f28

View file

@ -42,7 +42,7 @@ return {
-- bufferline -- bufferline
{ {
"akinsho/nvim-bufferline.lua", "akinsho/nvim-bufferline.lua",
event = "BufAdd", event = "VeryLazy",
opts = { opts = {
options = { options = {
diagnostics = "nvim_lsp", diagnostics = "nvim_lsp",