Update lazy_load.lua

just load bufferline once. let `nvim somedir/*lua` working
This commit is contained in:
tomaswyz 2022-06-16 15:11:12 +08:00 committed by siduck
parent c0d75edea0
commit 977864e24d
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ local M = {}
M.bufferline = function()
lazy_load {
events = { "BufNewFile", "BufAdd", "TabEnter" },
events = { "BufNewFile", "BufRead", "TabEnter" },
augroup_name = "BufferLineLazy",
plugins = "bufferline.nvim",