1
0
mirror of https://github.com/amix/vimrc synced 2025-07-03 22:25:32 +08:00

Update vim-snippets.

This commit is contained in:
Kurtis Moxley
2022-05-19 22:57:32 +08:00
parent 421583d7d6
commit 5608a81ee4
24 changed files with 962 additions and 263 deletions

View File

@ -17,7 +17,7 @@ snippet *
# Definition
snippet def
(define (${1:name})
(${0:definition}))
${0:definition})
# Definition with lambda
snippet defl