replace luasnip with vsnip

This commit is contained in:
Dietrich Rink
2023-06-10 15:18:53 +02:00
parent 06d8ff3713
commit bd11cd4ed2
9 changed files with 38 additions and 64 deletions

View File

@@ -0,0 +1,6 @@
snippet func
func ${1:name}(${2}) ${3}{
${0}
}
snippet err
if ${2:err} != nil { return ${1}${2} }