3rd / image.nvim

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

feature:could this support latex? #189

Open dirichy opened 3 months ago

dirichy commented 3 months ago

I want to let this support some latex code, such as \includegraphic, is it possible?

3rd commented 3 months ago

Hey, it could through an integration, no built-in support for that.

dirichy commented 3 months ago

is there some example? I want to use this in latex. Thank you for your resposing.

3rd commented 3 months ago

Hey, the integrations are here: https://github.com/3rd/image.nvim/tree/master/lua/image/integrations Do you want it inside .tex files or something like markdown blocks?

dubrayn commented 2 weeks ago

Automatic preview of math blocks in markdown would be SO nice... I wiil take a look at the integrations. Vaisakhkm2625/hologram-math-preview.nvim can be a nice inspiration too.