typst.nvim icon indicating copy to clipboard operation
typst.nvim copied to clipboard

regular Vim

Open ghost opened this issue 2 years ago • 2 comments

Would you consider adding a regular regex based typst.vim or similar? like these:

https://github.com/vim/vim/tree/master/runtime/syntax

ghost avatar Mar 22 '23 22:03 ghost

Honestly, I'm not sure. I would have to create a new repo for plain old vim, as people running vim will not be able to run all the features I have in mind. I'm not a fan of the syntax files in vim.

I'll get back to you on this after I'm done with the treesitter parser.

SeniorMars avatar Mar 23 '23 01:03 SeniorMars

For that maybe you can use https://github.com/kaarmu/typst.vim

marcelarie avatar Apr 06 '23 14:04 marcelarie