ultisnip scripts, autopairs and spellcheck
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
snippet main "for python scripts"
|
||||
#!`which python3`
|
||||
|
||||
if __name__ == "__main__":
|
||||
$0
|
||||
endsnippet
|
||||
|
||||
snippet #python "Set python interpreter"
|
||||
#!`which python3`
|
||||
$0
|
||||
endsnippet
|
||||
Reference in New Issue
Block a user