Update lazy_load.lua
just load bufferline once. let `nvim somedir/*lua` working
This commit is contained in:
parent
c0d75edea0
commit
977864e24d
|
@ -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",
|
||||
|
||||
|
|
Loading…
Reference in New Issue