mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2026-09-10 17:16:18 -07:00
update nvim
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user