docs(nvim): Divider
This commit is contained in:
parent
d909aa1a51
commit
42ee746b9e
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ function M.map(modes, key, target, opts)
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
-- << REF: https://github.com/LazyVim/LazyVim/blob/7a5dbea/lua/lazyvim/util/plugin.lua#L59-L124
|
-- <<[LAZY] REF: https://github.com/LazyVim/LazyVim/blob/7a5dbea/lua/lazyvim/util/plugin.lua#L59-L124
|
||||||
-- Properly load file based plugins without blocking the UI
|
-- Properly load file based plugins without blocking the UI
|
||||||
function M.lazy_file()
|
function M.lazy_file()
|
||||||
M.use_lazy_file = M.use_lazy_file and vim.fn.argc(-1) > 0
|
M.use_lazy_file = M.use_lazy_file and vim.fn.argc(-1) > 0
|
||||||
|
@ -98,6 +98,6 @@ function M.lazy_file()
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
-- >>
|
-- >>[LAZY]
|
||||||
|
|
||||||
return M
|
return M
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue