nvim: add a snippet for convey functions
This commit is contained in:
parent
c094844427
commit
d1248694db
1 changed files with 5 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue