add(nvim): c snippets

This commit is contained in:
Léana 江 2023-05-01 21:33:58 +02:00 committed by Léana 江
parent 14680b707b
commit 326465648f
2 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{
"Create main function": {
"prefix": "main",
"body": [
"int main() {",
"\t$0",
"\treturn 0;",
"}"
]
}
}