3rd / image.nvim

🖼️ Bringing images to Neovim.
MIT License
1.03k stars 42 forks source link

feat: configurable resolve_image_path function #119

Closed benlubas closed 8 months ago

benlubas commented 8 months ago

closes #117 along side #118

This is the other half of what is required to get Obsidian images to work.

Adds a new configuration option for document integrations, resolve_image_path which allows the user to pass a function that will be used instead of the resolve_absolute_path function that is otherwise used to find images.

3rd commented 8 months ago

@benlubas Thank you for the work @benlubas <3