@ -16,7 +16,7 @@ endsnippet
snippet <3 "heart"
♥
endsnippet
snippet *<3* "sparkle heart"
snippet *<3 "sparkle heart"
💖
snippet x "ballot x"
@ -1,10 +1,6 @@
snippet map "Map snippet"
map(${1:lambda x: x}, ${2:[]})
snippet future "Import from future" !b
from __future__ import (division, absolute_import, print_function,
unicode_literals)
snippet #! "Python shebang" !
#!/usr/bin/env python3