diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-02-19 17:12:42 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-02-19 17:12:42 -0700 |
commit | e8e0f6bcf2e3caed116d6e823df421619ea24f58 (patch) | |
tree | 7ab1a78a10767fd075b6379b488171869170a3e2 /UltiSnips/python.snippets | |
parent | 800366d09dd715990c530b8998d758d66ccf5b13 (diff) |
Big revamp after the thoughtbot video
Diffstat (limited to 'UltiSnips/python.snippets')
-rw-r--r-- | UltiSnips/python.snippets | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/UltiSnips/python.snippets b/UltiSnips/python.snippets deleted file mode 100644 index 65be5b1..0000000 --- a/UltiSnips/python.snippets +++ /dev/null @@ -1,8 +0,0 @@ -snippet "" "Comments but same line" b -""" $1 """ -endsnippet - -snippet de "Make a very basic function" b -def ${1:function}($2): - ${3:pass} -endsnippet |