Update yazi and its plugins

This commit is contained in:
Hydroxycarbamide 2025-04-10 15:28:26 +02:00
parent ab39adc2f3
commit 09065ab756
Signed by: Siklos
GPG key ID: C06D07D96997549A
16 changed files with 1805 additions and 113 deletions

View file

@ -4,7 +4,7 @@ return {
if output.stderr ~= "" then
ya.notify({
title = "lazygit",
content = "Not in a git directory",
content = "Not in a git directory\nError: " .. output.stderr,
level = "warn",
timeout = 5,
})
@ -28,4 +28,4 @@ return {
end
end
end,
}
}