update nvim

This commit is contained in:
kYasuda
2026-08-31 13:48:36 -07:00
parent 67afa82778
commit 17086f43ec
59 changed files with 860 additions and 1798 deletions
+16
View File
@@ -1,5 +1,21 @@
return {
"3rd/image.nvim",
keys = {
{
"<leader>id",
function()
require("image").disable()
end,
desc = "Disable image rendering",
},
{
"<leader>ie",
function()
require("image").enable()
end,
desc = "Enable image rendering",
},
},
opts = {
backend = "kitty",
-- processor = "magick_rock", -- or "magick_cli"