mirror of
https://github.com/cap153/nvim.git
synced 2026-04-23 05:45:23 +08:00
first commit
This commit is contained in:
commit
3b19a9c8a8
29 changed files with 2428 additions and 0 deletions
17
snippets/python.json
Normal file
17
snippets/python.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"pri": {
|
||||
"prefix": "pri",
|
||||
"body": [
|
||||
"print(${0})"
|
||||
],
|
||||
"description": "print()"
|
||||
},
|
||||
"main": {
|
||||
"prefix": "main",
|
||||
"body": [
|
||||
"if __name__ == '__main__':",
|
||||
"\t${0}"
|
||||
],
|
||||
"description": "if main"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue