mirror of
https://github.com/cap153/nvim.git
synced 2026-01-27 02:07:13 +08:00
first commit
This commit is contained in:
commit
6955e90e07
61 changed files with 3641 additions and 0 deletions
9
UltiSnips/racket.snippets
Normal file
9
UltiSnips/racket.snippets
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
snippet fn "Function"
|
||||
(define (${1:name} [${2:arg : Real}]) : Real
|
||||
${0:(+ 1 1)})
|
||||
endsnippet
|
||||
|
||||
snippet st "print();"
|
||||
(displayln ${0})
|
||||
endsnippet
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue