vimtex
vimtex copied to clipboard
VimTeX: A modern Vim and neovim filetype plugin for LaTeX files.
Would you consider adding support for `\zlabel`s from [`zref`](https://ctan.org/pkg/zref)? AFAIK, the possible completion candidates for `labels` that `vimtex` provides are grabbed from the `*.aux` files, correct? `zlabel`s are also written...
Currently, some vimtex Features, e.g. cursor sync with Zathura, are not compatible with Wayland. I'd like to request making it compatible. This involves finding out which features are *not* compatible,...
Add support for TeXShop on macOS. TeXShop offers: 1. a TeX-aware text editor (irrelevant for vim users) 2. a PDF viewer compatible with backward search 3. a compiler front-end for...
`vimtex#cmd#get*()` is a family of commands to parse a LaTeX command. The parser is generic and greedy, and it does not guarantee that it parses the "right amount". As it...
This PR changes the zathura viewer to not be a specialization of the xwin template and thus not require or use xdotool. The only functionality of the xwin template that...
See #1779 for context.
**Is your feature request related to a problem? Please describe it.** It would be a nice addition to add integrated support for [ClutTeX](https://github.com/minoki/cluttex) instead of relying on the generic compiler...
The generic compiler backend was added after discussion in #1898. See also slightly related issue #1797. For convenience, this is a list of things to improve: * [ ] Allow...
### Description Completion for citations doesn't work unless the path to the .bib file is specified in the \bibliography statement. The problem is the same as reported in issue #1815...
### Description I've configured SumatraPDF as my vimtex viewer and forward search. However, when I put the command `:VimtexView`, the program isn't enable of execute the PDF viewer. ![Captura de...