add steam & nvim

This commit is contained in:
DACHXY 2024-12-18 16:22:07 +08:00
parent 3175158f84
commit 601513bc9e
34 changed files with 306 additions and 128 deletions

View file

@ -0,0 +1,18 @@
return {
{
"3rd/image.nvim",
opts = {
backend = "kitty",
processor = "magick_rock",
integrations = {
markdown = {
enabled = true,
clear_in_insert_mode = false,
download_remote_images = true,
only_render_image_at_cursor = false,
floating_windows = false,
},
},
},
},
}