Adding template files and configuring template plugin.
This commit is contained in:
10
templates/_.py
Normal file
10
templates/_.py
Normal file
@@ -0,0 +1,10 @@
|
||||
#VIM: let b:lcppflags="-std=c++11 -O2 -pthread"
|
||||
|
||||
#import
|
||||
|
||||
def myfunction():
|
||||
#some code here
|
||||
print( "kuku" )
|
||||
|
||||
if __name__ == "__main__":
|
||||
myfunction()
|
||||
Reference in New Issue
Block a user