mirror of
https://github.com/cap153/nvim.git
synced 2025-12-26 19:25:01 +08:00
first commit
This commit is contained in:
commit
6955e90e07
61 changed files with 3641 additions and 0 deletions
7
snippets/python.snippets
Normal file
7
snippets/python.snippets
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
snippet pri
|
||||
print(${0})
|
||||
|
||||
snippet main
|
||||
if __name__ == '__main__':
|
||||
${0}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue