3rd / image.nvim

🖼️ Bringing images to Neovim.
MIT License
812 stars 35 forks source link

feat: shortcut link imgs in md doc integration #118

Closed benlubas closed 5 months ago

benlubas commented 5 months ago

implements first part of #117

Adds an additional tree sitter query to the markdown document integration to find images that are formatted like:

![[/path/to/image]]
3rd commented 5 months ago

@benlubas This looks great, thank you so much!