nvim: add a snippet for convey functions

This commit is contained in:
Bruno Carlin 2022-08-13 00:00:27 +02:00
parent c094844427
commit d1248694db

View file

@ -110,4 +110,9 @@ snippet vars "Variables declaration" b
snippet json "JSON field" snippet json "JSON field"
\`json:"${1:displayName}"\` \`json:"${1:displayName}"\`
snippet convey "Convey test"
Convey("${1:desc}", func() {
${0}
})
# vim:ft=snippets: # vim:ft=snippets: