feat: export lazy_load function for user custom plugins
This commit is contained in:
parent
92082d64e5
commit
349ee96a20
@ -23,6 +23,8 @@ end
|
|||||||
|
|
||||||
local M = {}
|
local M = {}
|
||||||
|
|
||||||
|
M.lazy_load = lazy_load
|
||||||
|
|
||||||
M.bufferline = function()
|
M.bufferline = function()
|
||||||
lazy_load {
|
lazy_load {
|
||||||
events = { "BufNewFile", "BufRead", "TabEnter" },
|
events = { "BufNewFile", "BufRead", "TabEnter" },
|
||||||
|
Loading…
Reference in New Issue
Block a user