summaryrefslogtreecommitdiff
path: root/vim/mySnippets/python.snippets
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-06-25 11:35:07 +0100
committerUrbain Vaes <urbain@vaes.uk>2015-06-25 11:35:07 +0100
commite2d48b806e0e9719abbee2efff2d1af739979b94 (patch)
treee1748568e55c500c69d7c199bdfa06aee7fbd86c /vim/mySnippets/python.snippets
parent2ba9604d198fca427c26cba3e82a1b256c633543 (diff)
Merge vim and neovim configs
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