Commit 4670ddc
committed
git commit -m "feat(core.latex.renderer): modularize renderer & add snacks.nvim integration
- Refactored 'core.latex.renderer' to decouple image generation from image display, addressing feedback regarding modularity.
- Restored original 'latex' + 'dvipng' generation logic and 'dpi' configuration to ensure backward compatibility and image quality control.
- Added 'core.integrations.snacks' as a new, optional rendering backend.
- Implemented the standard renderer interface (new_image, render, clear) for Snacks.
- Added support for multi-line '@math' blocks and fixed cursor concealment logic.
- Users can now switch renderers via the 'renderer' config option."1 parent b91b0cc commit 4670ddc
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
148 | 147 | | |
149 | 148 | | |
150 | 149 | | |
| |||
0 commit comments