1
0
Fork 0

nvim: add snippet for eclass links

This commit is contained in:
tastytea 2022-09-09 20:47:51 +02:00
parent d8a4b93e80
commit cdde9566f6
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 10 additions and 1 deletions

View File

@ -24,5 +24,14 @@ return {
}, {
t([[Very likely [needs `:=`](https://devmanual.gentoo.org/]] ..
[[general-concepts/slotting/index.html#abi-breakage).]]),
})
}),
s({ trig = 'eclass',
name = 'eclass link'
},
fmt([[[{linktext}](https://devmanual.gentoo.org/eclass-reference/]] ..
[[{eclass}.eclass/)]],
{
linktext = i(1),
eclass = i(2)
}))
}