kaarmu / typst.vim

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

Consider umlauts in `iskeyword` #77

Closed cristobaltapia closed 8 months ago

cristobaltapia commented 8 months ago

Hi, I realized that 3428bc16b12daceccd66c54e776cf750416e34ba modifies the iskeyword to consider dashes. This is in principle good, however you forgot to add other characters, such as all the umlauts (ü ä ö) and the ß. Is it possible to add these to the iskeyword option?

Thanks!

kaarmu commented 8 months ago

Hi! Thank you for reporting this! It should be fixed now.

cristobaltapia commented 8 months ago

Great! Thanks for the fix! :)