Skip to content

Running :PackerSync with vimtex causes neovim to crash #2724

@dsoto1219

Description

@dsoto1219

Description

I use Neovim, and I use packer to install and manage my plugins. I have the following code in my "plugins.lua":

return packer.startup(function(use)

	use "wbthomason/packer.nvim"
	use "nvim-lua/popup.nvim"
	use "nvim-lua/plenary.nvim"
	use 'lervag/vimtex'

end)

If I run :PackerSync with any other plugin, everything will be fine; but if I include the line use 'lervag/vimtex', Neovim will crash after every sync.

Steps to reproduce

Edit (6/8/2023): See my repost of this issue at wbthomason/packer.nvim#1240.

Do you use a latexmkrc file?

No

VimtexInfo

System info:
  OS: LAPTOP-7RC87GHR (Microsoft Windows 11 Home)
  Vim version: NVIM v0.9.0
  Has clientserver: true
  Servername: \\.\pipe\nvim.16888.0

VimTeX project: test
  base: test.tex
  root: C:\Users\danim\Desktop
  tex: C:\Users\danim\Desktop\test.tex
  main parser: fallback current file
  document class: 
  compiler: latexmk
    engine: -pdf
    options:
      -verbose
      -file-line-error
      -synctex=1
      -interaction=nonstopmode
    callback: 1
    continuous: 1
    executable: latexmk
  viewer: General
  qf method: LaTeX logfile

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions