add(nvim): c snippets

This commit is contained in:
Léana 江 2023-05-01 21:33:58 +02:00 committed by Léana 江
parent 14680b707b
commit 326465648f
2 changed files with 15 additions and 0 deletions

View file

@ -2,6 +2,10 @@
"name": "leana-snippets",
"contributes": {
"snippets": [
{
"language": "c",
"path": "./c.json"
},
{
"language": "python",
"path": "./python.json"