chomosuke / typst-preview.nvim

Low latency typst preview for Neovim
GNU General Public License v3.0
254 stars 16 forks source link

Vim Plug E121: Undefined variable: do #40

Open jjanella opened 3 months ago

jjanella commented 3 months ago

Adding Plug 'chomosuke/typst-preview.nvim', {'tag': 'v0.3.*', do: ':TypstPreviewUpdate'} to my config causes:

E121: Undefined variable: do
E116: Invalid arguments for function plug#

My solution was to do Plug 'chomosuke/typst-preview.nvim', {'tag': 'v0.3.*'} instead and manually call ':TypstPreview