You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is supposed to either give me the next suggested completion from coc or jump through the snippet.
I don't really understand this, just took it from the coc (or cog-snippets) readme, so my problem might lay in this.
When I type a new equation and then inside that a fraction I would expect to get through the entire fraction and then be able to continue writing my equation. However, when I use a backspace within the fraction, the next time I press TAB to jump further, my cursor ignores the rest of that snippet and just jumps on within the equation snippet:
The text was updated successfully, but these errors were encountered:
I have the following two snippets for LaTeX:
A long time ago I got used to using tab for completion and snippets, so my
init.vim
has the following:This is supposed to either give me the next suggested completion from coc or jump through the snippet.
I don't really understand this, just took it from the coc (or cog-snippets) readme, so my problem might lay in this.
When I type a new equation and then inside that a fraction I would expect to get through the entire fraction and then be able to continue writing my equation. However, when I use a backspace within the fraction, the next time I press TAB to jump further, my cursor ignores the rest of that snippet and just jumps on within the equation snippet:
The text was updated successfully, but these errors were encountered: