NVim: snippets

This commit is contained in:
Filippo Berto 2024-04-28 21:50:44 +02:00
parent 7a351e49fe
commit ffbd6a40fe
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
5 changed files with 197 additions and 14 deletions

View file

@ -0,0 +1,14 @@
{
"name": "personal-snippets",
"engines": {
"vscode": "^1.11.0"
},
"contributes": {
"snippets": [
{
"language": ["markdown", "rmd"],
"path": "./markdown.json"
}
]
}
}