Added inline diagnostics toggle

This commit is contained in:
2026-01-22 16:50:39 +02:00
parent b5b012761a
commit c66b7a1760
5 changed files with 13 additions and 7 deletions
+1 -1
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()