
VimTeX
VimTeX is a Vim plugin that provides support for writing LaTeX documents. It is based on LaTeX-Box and it shares a similar goal: to provide a simple and lightweight LaTe...
What is VimTeX?
A modern vim plugin for editing LaTeX files.
VimTeX is a Vim plugin that provides support for writing LaTeX documents. It is based on LaTeX-Box and it shares a similar goal: to provide a simple and lightweight LaTeX plugin. It has been rewritten from scratch to provide a more modern and modular code base. See https://github.com/lervag/vimtex#alternatives for some more comments on the difference between VimTeX and other LaTeX plugins for Vim.
VimTeX Screenshots
VimTeX Features
VimTeX information
Supported Languages
- English
GitHub repository
- 4,478 Stars
- 373 Forks
- 13 Open Issues
- Updated
Comments and Reviews
Tags
- neovim-plugin
Unlike LaTeX-suite, vimtex plays nicely with other plugins and doesn't try to make Vim into an full-fledged TeX IDE. It integrates very naturally into a Vim workflow: It provides text objects for environments and inline math, motions for sections and paragraphs, omni-completion for many LaTeX objects, compiler log parsing, definition jumping, and more. It's modular: all features can be turned on or off via vimrc flags.