aboutsummaryrefslogtreecommitdiff
path: root/my_snippets
AgeCommit message (Collapse)Author
2019-12-22Update Markdown snippetsjdhao
2019-12-21Update meta markdown snippetsjdhao
The original snippet use vim interpolation and the date keeps changing while we are inside the snippet region, which is not desired. According to https://www.youtube.com/watch?v=JJQYwt6Diro, we can use Python interpolation and check if snip.c is empty to see if the interpolation has been finished. If the interpolation has finished (snip.c is empty in this condition), the date will be fixed and does not change when we are inside the snippet region.
2019-12-20Update all.snippetsjdhao
2019-12-19Update markdown.snippetsjdhao
2019-12-19Update Markdown front matter snip triggerjdhao
2019-12-18Add markdown header snippetsjdhao
Now we can type h1, h2, ..., h6 and press <Tab> to generate header of corresponding level. It is more intuitive than vim-snippets's default snippets for headers, i.e., sec, ssec, and so on.
2019-12-05Add snippet for Pythonjdhao
2019-12-03Update Markdown snippetsjdhao
2019-09-21Add LaTeX snippetjdhao
2019-09-16Various small updatejdhao
2019-08-06update snippetsjdhao
2019-04-27Add Ultisnips snippetsjdhao