iamcco/markdown-preview.nvim

syntax error in vim9

Open

#551 aberto em 14 de fev. de 2023

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (246 forks)batch import
help wanted

Métricas do repositório

Stars
 (5.538 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

My desktop environment is i3 mainly with zsh ,chromium and vim9 where I have successfully installed markdown-preview.nvim pluggin. When a .md file is opened with vim,the plugin is auto-loaded ,but doesn't open chromium browser to preview and shows me the fault message below,literal meaning the file has "unterminated quoted string" syntax error which is not that thing in fact,or do I lose the true meaning of that message?

The whole message is "/home/XXX/.vim/plugged/markdown-preview.nvim/app/bin/markdown-preview-linux: 2: Syntax error: Unterminated quoted string"

Guia do colaborador