Add coc basic config, not fully working yet

This commit is contained in:
2025-03-17 10:57:05 +01:00
parent 746d48fb9f
commit 3f3ad51c2f
44 changed files with 2239 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
{
"name": "janishutz-snippets",
"engines": {
"vscode": "^1.11.0"
},
"contributes": {
"snippets": [
{
"language": "all",
"path": "./snippets/docSetup.json"
},
{
"language": "tex",
"path": "./snippets/tex.json"
},
{
"language": "javascript",
"path": "./snippets/javascript.json"
},
{
"language": "typescript",
"path": "./snippets/typescript.json"
},
{
"language": "vue",
"path": "./snippets/vue.json"
}
]
}
}