Adding template files and configuring template plugin.

This commit is contained in:
2017-05-27 11:01:31 +01:00
parent 951f9f63c7
commit 0e74f81be0
3 changed files with 18 additions and 0 deletions

10
templates/_.py Normal file
View 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()