Add coc basic config, not fully working yet
This commit is contained in:
30
nvim-coc/snippets/package.json
Normal file
30
nvim-coc/snippets/package.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user