mirror of
https://github.com/cap153/nvim.git
synced 2025-12-26 11:14:56 +08:00
18 lines
222 B
JSON
18 lines
222 B
JSON
|
|
{
|
|
"pri": {
|
|
"prefix": "pri",
|
|
"body": [
|
|
"print(${0})"
|
|
],
|
|
"description": "print()"
|
|
},
|
|
"main": {
|
|
"prefix": "main",
|
|
"body": [
|
|
"if __name__ == '__main__':",
|
|
"\t${0}"
|
|
],
|
|
"description": "if main"
|
|
}
|
|
}
|