NeoTeX
Live LaTeX Preview in Neovim
A Neovim plugin for live LaTeX preview — edit and see compiled output update without leaving your editor.
Links: GitHub
Overview
NeoTeX is a Neovim plugin that provides live preview for LaTeX documents. Edit your .tex files in Neovim and see the compiled output update in real time, without leaving your editor or manually re-running pdflatex.
Features
- Live preview: Document recompiles and refreshes on save or on a configurable debounce interval
- Neovim-native: Written in Lua, integrates with Neovim’s async job system
- Error forwarding: Compilation errors surface directly in Neovim’s diagnostics
- Minimal setup: Works with existing LaTeX toolchains—just point it at your compiler