add python variant
This commit is contained in:
5
python/nvim/snippets/python.snippets
Normal file
5
python/nvim/snippets/python.snippets
Normal file
@@ -0,0 +1,5 @@
|
||||
snippet #!
|
||||
#!/usr/bin/env python3
|
||||
snippet def
|
||||
def ${1:name}(${2}):
|
||||
${0}
|
||||
Reference in New Issue
Block a user