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

### Description When compiling large document, SumatraPDF won't auto-reload/update the PDF when I make changes to my `.tex` file. But pressing `r` inside SumatraPDF can manually reload the PDF. I...

bug

### Description git clone https://github.com/lervag/vimtex.git Cloning into 'vimtex'... [email protected]: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the...

bug

This is more a question than a request: vimtex is currently written primarily in vimscript; has Karl thought about moving parts of development to Vim9 or Lua? I am asking...

enhancement

### Description I'd like to hover over the relevant entries in the ToC corresponding to labels and then yank the label key. Can this be easily done with a shortcut?...

bug

I was encountering an error, when loading the plugin. To my understanding, it was in the declaration of the dictionary. Changing it to valid(?) syntax fixed my error.

### Description On the latest stable version of neovim, inverse search is fine. However, on the lastest nightly, inverse search only works with Skim but not sioyek. ### Steps to...

bug

### Description every time i open a latex file i get following error message: ``` Error detected while processing BufReadPost Autocommands for "*": Error executing lua callback: /usr/share/nvim/runtime/filetype.lua:21: Error executing...

bug

### Description If I use `set history=20` (or any other numbers) in my init.vim file, the cursor moves very slow (with `h` and `l`) in .tex file if the current...

bug

### Description Reference label completion list does not open following `\hyperref[` (for [custom-labelled references](http://example.com)) even though `\ref{` or `\cref{` opens the list normally. ### Steps to reproduce ```latex \documentclass{report} \usepackage{hyperref}...

bug

I use vimtex with vscode-neovim plugin. However, % doesn't work properly. I want to remap % by myself but failed. The simple setting `nnoremap % l` takes no effect. I...