feat: export lazy_load function for user custom plugins

pull/1240/head
vlaw 2 years ago committed by siduck
parent 92082d64e5
commit 349ee96a20

@ -23,6 +23,8 @@ end
local M = {}
M.lazy_load = lazy_load
M.bufferline = function()
lazy_load {
events = { "BufNewFile", "BufRead", "TabEnter" },

Loading…
Cancel
Save