seantronsen / neovim-config

0 stars 0 forks source link

partially functional snippets #9

Closed seantronsen closed 1 year ago

seantronsen commented 1 year ago

some of the math snippets make it more difficult to get up to speed when typing latex markup code.

A good example would be the snippet for \prime which functions poorly when the target is more than a single character. Other snippets fail to account for larger constructs, such as nested expressions surround by curly braces which effectively denote the entire thing to be a single unit.

Fixing these issues would be a great future improvement.

seantronsen commented 1 year ago

Completed. See #12 .