docs(nvim): Divider

This commit is contained in:
Ahmad Ansori Palembani 2024-04-18 12:50:45 +07:00
parent d909aa1a51
commit 42ee746b9e
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -30,7 +30,7 @@ function M.map(modes, key, target, opts)
})
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
function M.lazy_file()
M.use_lazy_file = M.use_lazy_file and vim.fn.argc(-1) > 0
@ -98,6 +98,6 @@ function M.lazy_file()
end,
})
end
-- >>
-- >>[LAZY]
return M