1
0
Fork 0

nvim: add snippet for || die

This commit is contained in:
tastytea 2022-09-09 21:14:57 +02:00
parent cdde9566f6
commit eb6d22372b
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 7 additions and 1 deletions

View File

@ -33,5 +33,11 @@ return {
{
linktext = i(1),
eclass = i(2)
}))
})),
s({ trig = 'die',
name = 'add || die'
}, {
t([[Use [`|| die`](https://devmanual.gentoo.org/ebuild-writing/]] ..
[[error-handling/#the-die-function) on external commands.]]),
}),
}