dotfiles/nvim/ultisnips/dhall.snippets
Gabriel Arazas 24b3b106ce Replace UltiSnips with LuaSnip
The UltiSnips snippets are still there, I just have to port them slowly
over time.
2022-04-24 21:19:53 +08:00

5 lines
79 B
Plaintext

snippet func "Function"
λ(${1:$PARAM : $TYPE}) → ${2:OUTPUT} $0
endsnippet