Feat: add date snippets
This commit is contained in:
8
nvim/.config/nvim/vsnips/global.json
Normal file
8
nvim/.config/nvim/vsnips/global.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"image": {
|
||||
"prefix": "date",
|
||||
"body": [
|
||||
"$CURRENT_YEAR-$CURRENT_MONTH-$CURRENT_DATE"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user