1
0
Fork 0

nvim: add snippet for EAPI comment

This commit is contained in:
tastytea 2022-09-09 21:24:58 +02:00
parent eb6d22372b
commit 62bbe75044
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 6 additions and 0 deletions

View File

@ -40,4 +40,10 @@ return {
t([[Use [`|| die`](https://devmanual.gentoo.org/ebuild-writing/]] ..
[[error-handling/#the-die-function) on external commands.]]),
}),
s({ trig = 'EAPI',
name = 'use EAPI 8'
}, {
t([[Please use [EAPI 8](https://devmanual.gentoo.org/]] ..
[[ebuild-writing/eapi/index.html#eapi-8) where possible.]]),
}),
}