<leader>C for vertical calendar, todo snippet with an extra space

This commit is contained in:
2025-06-08 07:53:05 +02:00
parent 9b9673d159
commit 811b7d9c07
3 changed files with 4 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
# ccflow local snippets for all modes
snippet todo "Add a TODO marker"
// TODO.`strftime("%Y-%m-%d -")`
// TODO.`strftime("%Y-%m-%d -")`
snippet note "Add a NOTE marker"
// NOTE.`strftime("%Y-%m-%d -")`