You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love how Lazy.nvim automatically loads the plugins lazily. That's why I would like to move as many plugins as possible to lazyload, the later the better.
I encountered an issue with image.nvim though. I don't know how to include the filetype for images. The echo &ft, gives nothing. So, I assume there is no filetype for images.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I love how Lazy.nvim automatically loads the plugins lazily. That's why I would like to move as many plugins as possible to lazyload, the later the better.
I encountered an issue with image.nvim though. I don't know how to include the filetype for images. The
echo &ft
, gives nothing. So, I assume there is no filetype for images.Can I load the plugin when I open the image?
Beta Was this translation helpful? Give feedback.
All reactions