kaarmu / typst.vim

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

Add an option to disable concealing completely #73

Closed kamack38 closed 9 months ago

kamack38 commented 9 months ago

To my understanding, there is currently no way to disable concealing all together. Option g:typst_conceal_math exists, but to my understating, it only enables/disables maths concealing. I'd really love to use this plugin, but it currently isn't possible, because it doesn't work with MrPicklePinosaur/typst-conceal.vim (at least in Neovim).

kaarmu commented 9 months ago

Should be solved by 5b11b42.

If you don't mind me asking, what are the most important conceal features for you? Have you had any issues with it, except for this?

kamack38 commented 9 months ago

It seems to me that this commit fixed all issues I had with this plugin. So good job! And as for what features I'd like, I'd really like to have emoji concealing.

kaarmu commented 9 months ago

That's great! Maybe something @yangwenbo99 want to look at for typst-lasaveur?

kaarmu commented 9 months ago

@kamack38, I just added emojis. Check it out and see if it works well for you :)