Feat: add date snippets
This commit is contained in:
parent
4bb4356727
commit
a42946553a
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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user