github lervag/vimtex v2.10
VimTeX 2.10

latest releases: v2.15, v2.14, v2.13...
2 years ago

It's been a bit more than 3 months since the last release and there's been quite a few commits. It's therefore time to bring a new release of VimTeX . The highlights of the release in my opinion:

  • There is a new VISUALS.md that shows off several of the most important features with nice animations.
  • Support for local texdoc as documentation handler for K.
  • Improved ts$ and cs$ to provide convenient autoformatting

Features

  • Syntax
  • Viewer
    • Improved Zathura commands and code (#2342)
  • Indentation
    • Improve delimiter indentation (#2328, #2347)
    • Adjust autoindent for \item to avoid unexpected indents (#2382)
      • See also some related discussions and temporary fixes in #2179, #2227, and #2332.
  • Other
    • Added texdoc as optional local documentation handler (#2300)
    • Allow VimTeX to load for .dtx, .tikz, and .ins files (#2326)
    • Add g:vimtex_format_border_(begin|end) to let users control the "borders" of regions that should be formatted (#2358)
    • Improve folding of multiline section titles
    • Adjust default mappings for non-tex files (#1937)
    • ts$ and cs$ now applies convenient autoformating (#2321)

Fixes

  • Compiler
    • Fixed callback-handler issue for latexmk (#2366, #2367, #2386)
    • Ensure CWD is project root for pplatex (#2369)
  • Windows
    • Allow lowercase drive letter (#2322)
  • Other
    • Relax regular expressions for environment delimiter matching (#2334, #2360)
    • Fix TOC parser continuation for multi-line content (#2364)
    • Adjustment to text objects to properly handle set selection=exclusive (#2368)
    • A few minor fixes (#2313, #2327, #2328, #2370)

Documentation

First, README.md has been enriched with great visual examples provided by @ejmastnak. He also contributed VISUALS.md with a more complete set of great animations that display many of the useful features from VimTeX (see #2362, #2380). Thanks!

There's also been several improvements to the docs! In addition to minor fixes and adjustments, the following sections/topics have seen improvements:

  • LaTeX documentation handler (vimtex-latexdoc) (#2330)
  • Mention angryreviewer in grammar checking section (vimtex-grammar) (#2354)
  • Add map example for "add closing brace" on F7 (<plug>(vimtex-cmd-create)) (#2365)
  • Zathura on MacOS (vimtex-faq-zathura-macos) (#2391)
  • Config guide for MUcomplete (vimtex-complete-mucomplete) (#2381)

Acknowledgements

I would like to give a special thanks to everyone who contributes with PRs: @aloispichler (#2333), @ejmastnak (#2362, #2380), @patnr (#2365), @MoetaYuko (#2367), @JingMatrix (#2369), and @tsung-ju (#2381).

Don't miss a new vimtex release

NewReleases is sending notifications on new releases.