mirror of
https://github.com/cap153/nvim.git
synced 2025-12-26 19:25:01 +08:00
9 lines
146 B
Text
9 lines
146 B
Text
snippet fn "Function"
|
|
(define (${1:name} [${2:arg : Real}]) : Real
|
|
${0:(+ 1 1)})
|
|
endsnippet
|
|
|
|
snippet st "print();"
|
|
(displayln ${0})
|
|
endsnippet
|
|
|