summaryrefslogtreecommitdiff
path: root/vim/mySnippets/python.snippets
diff options
context:
space:
mode:
Diffstat (limited to 'vim/mySnippets/python.snippets')
-rw-r--r--vim/mySnippets/python.snippets4
1 files changed, 4 insertions, 0 deletions
diff --git a/vim/mySnippets/python.snippets b/vim/mySnippets/python.snippets
index e69de29..4a7d74d 100644
--- a/vim/mySnippets/python.snippets
+++ b/vim/mySnippets/python.snippets
@@ -0,0 +1,4 @@
+snippet nicolas "Nicolas" i
+Nicolas est le meilleur programmeur $1
+$0
+endsnippet