nvim: add PYTHON_USEDEP to markdown snippets

This commit is contained in:
tastytea 2022-11-03 14:08:00 +01:00
parent 1429515b59
commit 6ad57fa427
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -46,4 +46,10 @@ return {
t([[Please use [EAPI 8](https://devmanual.gentoo.org/]] ..
[[ebuild-writing/eapi/index.html#eapi-8) where possible.]]),
}),
s({ trig = 'PYTHON_USEDEP',
name = 'use PYTHON_USEDEP'
}, {
t([[Please use [`${PYTHON_USEDEP}`](https://projects.gentoo.org]] ..
[[/python/guide/multi.html#dependencies) for python dependencies.]])
}),
}