| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-04 | update cpp snippet | jdhao | |
| 2021-11-21 | update snippets | jdhao | |
| 2021-11-10 | update snippets | jdhao | |
| 2021-11-08 | add cpp snippets | jdhao | |
| 2021-11-04 | more snippets | jdhao | |
| 2021-11-02 | fix typo in snippets | jdhao | |
| 2021-10-30 | remove redundant snippets | jdhao | |
| 2021-10-30 | update snippets | jdhao | |
| 2021-10-30 | update cpp snippets | jdhao | |
| 2021-10-30 | Merge branch 'master' of https://github.com/jdhao/nvim-config | jdhao | |
| 2021-10-30 | more cpp snippets | jdhao | |
| 2021-10-30 | more cpp snippets | jdhao | |
| 2021-10-27 | update cpp snippet | jdhao | |
| 2021-10-23 | update markdown snippets | jdhao | |
| 2021-09-07 | update cpp snippet | jdhao | |
| 2021-09-02 | update cpp snippets | jdhao | |
| 2021-08-22 | update cpp snippets | jdhao | |
| 2021-07-26 | update python snippets | jdhao | |
| 2021-07-12 | More cpp snippets | jdhao | |
| 2021-07-12 | update the snippets to print 1D and 2D sequences | jdhao | |
| Use template to make the function general enough for normal cases. Ref: http://users.cis.fiu.edu/~weiss/Deltoid/vcstl/templates | |||
| 2021-06-29 | Add more cpp snippets | jdhao | |
| 2021-06-27 | update cpp snippets | jdhao | |
| 2021-06-26 | update cpp snippet | jdhao | |
| 2021-06-20 | Add cpp snippet | jdhao | |
| 2021-06-18 | Add cpp snippets | jdhao | |
| 2021-02-21 | Add「直角引号」for Markdown | jdhao | |
| 「」is useful when writing post in Chinese. | |||
| 2021-02-20 | Add augroup snippet for vim script | jdhao | |
| 2021-01-13 | Update markdown snippets | jdhao | |
| 2020-11-15 | update markdown snippets | jdhao | |
| 2020-10-18 | add fun snippet for vim script | jdhao | |
| 2020-08-30 | add HTML font tag for Markdown | jdhao | |
| 2020-05-25 | add more kbd tag snippets | jdhao | |
| 2020-05-25 | Update markdown.snippets | jdhao | |
| 2020-04-17 | fix: time zone info is now shown | jdhao | |
| datetime.now() produces a naive datetime object which does not know tzinfo. So the '%z' has no effect. We need to convert it to time zone aware object using `datetime.astimezone()`. | |||
| 2020-04-16 | refactor: remove update info from file header | jdhao | |
| The file update info can be accessed from the file directly on the command line. We often forget to update the update field in the Python source file header, making this field rather useless. I have also set up the Neovim to show file update time on the title of terminal window. So there is no need to retain the update field in header comment. | |||
| 2020-03-30 | update: improve snippets | jdhao | |
| 2020-03-09 | Add detail snippet | jdhao | |
| 2020-03-08 | Update snippets | jdhao | |
| 2019-12-24 | Update all.snippets | jdhao | |
| 2019-12-22 | Update Markdown snippets | jdhao | |
| 2019-12-21 | Update meta markdown snippets | jdhao | |
| 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-20 | Update all.snippets | jdhao | |
| 2019-12-19 | Update markdown.snippets | jdhao | |
| 2019-12-19 | Update Markdown front matter snip trigger | jdhao | |
| 2019-12-18 | Add markdown header snippets | jdhao | |
| 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-05 | Add snippet for Python | jdhao | |
| 2019-12-03 | Update Markdown snippets | jdhao | |
| 2019-09-21 | Add LaTeX snippet | jdhao | |
| 2019-09-16 | Various small update | jdhao | |
| 2019-08-06 | update snippets | jdhao | |
