fixed markdown preview installation

This commit is contained in:
kdeppe 2023-04-24 19:27:34 -04:00
parent f6320e632a
commit 736d69d171

View File

@ -3,5 +3,5 @@
~/.local/share/nvim/site: editors/neovim/site ~/.local/share/nvim/site: editors/neovim/site
- shell: - shell:
- command: "cd editors/neovim/site/pack/markdown/start/markdown-preview.nvim/app && if ( -z `ls bin` ) ; then ./install.sh; fi" - command: "cd editors/neovim/site/pack/markdown/start/markdown-preview.nvim/app && if [[ -z `ls bin 2>/dev/null` ]] ; then ./install.sh; fi"
#- [cd editors/neovim/site/pack/markdown/start/markdown-preview.nvim && yarn install --checkfiles && NODE_OPTIONS=--openssl-legacy-provider yarn build, building markdown preview] #- [cd editors/neovim/site/pack/markdown/start/markdown-preview.nvim && yarn install --checkfiles && NODE_OPTIONS=--openssl-legacy-provider yarn build, building markdown preview]