️ perf(image): refactor image renderer lazy-loading

Only load the Image rendering plugin in appropriate filetypes (like markdown)
This commit is contained in:
2024-08-04 03:59:04 -04:00
parent ebb26fe3ee
commit 7f50e6b76e
+1
View File
@@ -99,6 +99,7 @@ return {
},
{ -- Image Renderer
"3rd/image.nvim",
ft = "markdown",
config = function()
require("image").setup()
end,