kaarmu / typst.vim

Vim plugin for Typst
MIT License
281 stars 24 forks source link

Add flag for syntax highlighting: `g:typst_syntax_highlight` #92

Closed tanloong closed 5 months ago

tanloong commented 5 months ago

Hi, thanks for the project!

This adds a g:typst_syntax_highlight flag for allowing to disable the typst highlighting, which is on by default -- a bit more flexibility in case some want to speed up the loading of a super large .typ file.

kaarmu commented 5 months ago

Sure! Thanks for the PR!