mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
add(nvim): c snippets
This commit is contained in:
parent
14680b707b
commit
326465648f
2 changed files with 15 additions and 0 deletions
11
.config/nvim/snippets/c.json
Normal file
11
.config/nvim/snippets/c.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"Create main function": {
|
||||
"prefix": "main",
|
||||
"body": [
|
||||
"int main() {",
|
||||
"\t$0",
|
||||
"\treturn 0;",
|
||||
"}"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue