This repository has been archived on 2026-01-13. You can view files and clone it, but cannot push or open issues or pull requests.
nvim/snippets/c.json

14 lines
293 B
JSON

{
"boilerplate": {
"prefix": "boilerplate",
"body": [
"#include <stdio.h>",
"\nint main(int argc, char *argv[])",
"{",
" $1",
" return 0;",
"}"
]
}
}