iamcco / markdown-preview.nvim

markdown preview plugin for (neo)vim
MIT License
6.67k stars 277 forks source link

fix(script): install.sh #568

Closed aceforeverd closed 11 months ago

aceforeverd commented 1 year ago
  1. cd to the script directory first, so ./app/install.sh won't install binary into wrong directory
  2. use bash instead of sh, features like nounset are bash only
  3. double quote variables