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

Hello, firstly thanks for the great plugin, latex with this plugin made me enjoy writing documents. There are a lot of vimtex features that I discover even now, for example,...

enhancement

### Description Packages in question: `shortvrb`, `listings`. Using the `%`, `$` symbols in the short versions of the commands of the specified packages, syntax highlighting breaks. ### Steps to reproduce...

bug

Related features requests: #2494, #2497 and #1770 ## Context The `fixme` package provides support for multiple authors. With that feature, `fixme` allows to register variations of the base commands and...

enhancement

### Description as the title states, when using the apa7 document class `VimtexCountWords` gives an inaccurate word count when done over a range. From my (minimal) testing, it seems to...

bug

### Description Running Ubuntu 22.04.2. After entering command `\lv` to open Zathura, I receive an error message saying "VimTeX: Viewer cannot find Zathura window ID!", and Zathura doesn't display the...

bug

After some testing, it appears possible, with the following few lines in ``.vimrc``, to navigate to labels (or any element from vimtex's TOC) with fzf **while previewing the corresponding label/TOC...

enhancement

### Description When I `vim x.tex` to create a new tex file that is meant to be a main file itself, the prompt of selecting a main file makes no...

bug

``` %! TEX program = pdflatex \documentclass{article} \usepackage{graphicx} \begin{document} \includegraphics[width=20cm, height=1cm]{example-image-a} \includegraphics[height=30cm, width=1cm]{example-image-a} \end{document} ``` ⟹ log file contains ``` Overfull \hbox (239.0729pt too wide) in paragraph at lines 6--7...

enhancement

### Description I use Okular (I changed from SumatraPdf which is work) for compilation in Windows with Powershel in Windows Terminal. I use the basic configuration to set Okular, but...

bug

I've long puzzled over why I find the output display of vimtex so difficult to work with, as compared to `normal' LaTeX UIs like SublimeText, TeXShop, etc. I wanted to...

enhancement