

VimTeX
5 likes
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 code base.
Features
Support for LaTeX
- Text objects
- Vim Key Mapping
- LaTeX Editor
- Modular System
- Tex
VimTeX News & Activities
Highlights All activities
Recent activities
VimTeX information
Featured in Lists
peaked my interest
List by fcx35 with 32 apps, updated
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.





Comments and Reviews
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.