We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding Plug 'chomosuke/typst-preview.nvim', {'tag': 'v0.3.*', do: ':TypstPreviewUpdate'} to my config causes:
Plug 'chomosuke/typst-preview.nvim', {'tag': 'v0.3.*', do: ':TypstPreviewUpdate'}
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
Plug 'chomosuke/typst-preview.nvim', {'tag': 'v0.3.*'}
':TypstPreview
The text was updated successfully, but these errors were encountered:
Hi, I see. It's really difficult for me to test this as I don't use Vim Plug myself but I'll trust you on this one.
I've modify the installation instruction in README.md.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Adding
Plug 'chomosuke/typst-preview.nvim', {'tag': 'v0.3.*', do: ':TypstPreviewUpdate'}
to my config causes:My solution was to do
Plug 'chomosuke/typst-preview.nvim', {'tag': 'v0.3.*'}
instead and manually call':TypstPreview
The text was updated successfully, but these errors were encountered: