dot-files/vim/UltiSnips/python.snippets

4 lines
68 B
Plaintext

snippet map "Map snippet"
map(${1:lambda x: x}, ${2:[]})
endsnippet