Update 2025-09-30

Update 2025-09-21

Update 2025-09-30
This commit is contained in:
2025-09-14 18:16:57 +03:00
parent 346e812e9c
commit 8e8c99a6cc
8 changed files with 84 additions and 43 deletions

View File

@@ -6,7 +6,7 @@ if not (vim.uv or vim.loop).fs_stat(lazypath) then
if vim.v.shell_error ~= 0 then
vim.api.nvim_echo({
{ "Failed to clone lazy.nvim:\n", "ErrorMsg" },
{ out, "WarningMsg" },
{ out, "WarningMsg" },
{ "\nPress any key to exit..." },
}, true, {})
vim.fn.getchar()