feat: add nvimdots
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"fori": {
|
||||
"prefix": "fori",
|
||||
"body": [
|
||||
"for (${1:int} ${2:i} = ${3:0}; $2 < ${4:length}; ++$2) {",
|
||||
"\t$0",
|
||||
"}"
|
||||
],
|
||||
"description": "Code snippet for 'fori' loop"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user