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

This commit is contained in:
Gregory Danielson III 2023-01-11 01:10:40 -06:00 committed by GitHub
parent 285c6d5686
commit 207beafda2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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