airblade / vim-tcs

Integrates tcs (Tailwind class sorter) with Vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sticky cursor should apply when on space between classes

airblade opened this issue · comments

If there is an existing list of class names and I type a new one somewhere in the middle, the new class name has to have a trailing space to separate it from the next. If the plugin runs then, the cursor is between class names. If the classes are re-ordered, the cursor should stick to the end of the class preceding it.