chore(format)

This commit is contained in:
2024-03-16 11:21:46 +01:00
parent eb1c15e09a
commit 95add5d757
5 changed files with 9 additions and 13 deletions

View File

@@ -13,14 +13,10 @@ end
vim.opt.rtp:prepend(lazypath)
if not pcall(require, "lazy") then
vim.api.nvim_echo(
{
{ ("Unable to load lazy from: %s\n"):format(lazypath), "ErrorMsg" },
{ "Press any key to exit...", "MoreMsg" },
},
true,
{}
)
vim.api.nvim_echo({
{ ("Unable to load lazy from: %s\n"):format(lazypath), "ErrorMsg" },
{ "Press any key to exit...", "MoreMsg" },
}, true, {})
vim.fn.getchar()
vim.cmd.quit()
end