vimtex icon indicating copy to clipboard operation
vimtex copied to clipboard

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

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

In `:h vimtex_syntax_conceal`, the code that shows the default value doesn't show the value of `g:vimtex_syntax_conceal.ligatures`, which is `1`. This is what it is currently: ``` let g:vimtex_syntax_conceal = {...

enhancement

Say I define a macro like this: ``` \newcommand{\mySuperGraphic}[1]{ ... \includegraphics{#1} ... } ``` Then I type (with `|` being the cursor position): ``` \mySuperGraphic{| ``` vimtex does not trigger...

enhancement

### Description I'm not quite sure if this is a VimTeX or Zathura issue, but for some reason, VimTeX updates don't show on Zathura after tabbing out. This is a...

bug

Hello again! I keep forgetting about the `csc,` `cs$,` `csd,` `cse`, and … commands, and there are these toggle commands, in addition. There are too many of them, and they...

enhancement

### Description The `gf` command does not seem to work reliably when using subfiles. We get an error >E447: Cannot find file "subfile" in path ### Steps to reproduce `main.tex`...

bug

### Description I am following the guide to setting up Vimtex with `zathura` in the vimtex.txt FAQ section `vimtex-faq-zathura-macos` and step 3. does not seem to apply/work on my M1...

bug

### Description I'm using MacVim, and I have some 'misbehaving' automatic indent, visualization of indentations, and softwrap settings in my `.vimrc`. I'm not exactly sure what's wrong with that, but...

bug

I've checked that the fraction toggle only works for `.../...` and `\frac{...}{...}`. I consider that it should be useful to toggle different styles of fraction such as cycling in `\frac{...}{...}`,...

enhancement

Well, please don't merge it now; otherwise it will break. It depends on my pull request https://github.com/ahrm/sioyek/pull/271 , which is waiting for merging.

Thank you for making this plugin, it is an essential part of my workflow ✨ I often put inline math on a newline so it stands out in the code...

enhancement