kat0h / bufpreview.vim

A markdown previewer for Vim and Neovim
MIT License
96 stars 11 forks source link

bundle all dependencies #16

Closed tani closed 3 years ago

tani commented 3 years ago

Highlight.js loads all syntax files at the beginning. The affects the performance. This pull request changes the markdown.html to load es modules by bundle mode of esm.sh.

Please check it! Thanks.

kat0h commented 3 years ago

Thank you!