vimtex icon indicating copy to clipboard operation
vimtex copied to clipboard

VimTeX: A modern Vim and neovim filetype plugin for LaTeX files.

Results 90 vimtex issues
Sort by recently updated
recently updated
newest added

### Description First and foremost, I would like to emphasize that this issue may not be related to vimtex, but it has been bothering me for some time. I hope...

bug

**Issue** Vimtex currently treats `\section{...}`, `\subsection{...}`, and `\subsubsection{..}` commands inside the `comment` environment as if they were real sections in at least these ways (I may have missed others): +...

enhancement

This removes folding of multiline comments. I may add it back later if requested by users. refer: #2882

Hi, currently `\setminus` is concealed by `U+29F5`, the Reverse Solidus Operator, while Unicode provides the genuine Set Minus `U+2216`. For more discussion see this decade long [issue](https://github.com/latex3/unicode-math/issues/181).

Hi, this is a new function that toggles `\\` at line end. In environments like `align`, sometimes the formulas are changed thus the line break is not optimal. One needs...

### Description Using basic motion key lag on certain specific places when vimtex is activated For example ([ ] representing the position of the cursor) : ```Latex \begin{Defin[i]tion}[Produit matriciel :]...

bug

This is a rather low-priority issue. **Is your feature request related to a problem? Please describe it.** When using the `autonum` package[^1] equations that are `\label`ed but not `\ref`erenced don't...

enhancement

[TeXpresso](https://github.com/let-def/texpresso) (by @let-def) is a program that provides a "live rendering" experience when editing LaTeX documents. This PR aims to integrate TeXpresso into VimTeX as a compiler. Unlike other latex...

### Description After clearing with \lc, there are no more status updates for compilation. See steps to reproduce below. Thank you for VimTeX! ### Steps to reproduce 1. Use \ll...

bug

### Description I'm sorry if this isn't something that VimTex does, but I can't think of any other plugin that may be doing this. Whenever I write \ref{fig:blahblah} I immediately...

bug