try adding package.json to auto-pull coc extensions

This commit is contained in:
Joel Beckmeyer 2023-08-18 16:07:07 -04:00
parent a0ca88fc3d
commit 1e92eb8ee1
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{
"dependencies": {
"coc-json": ">=1.8.0",
"coc-pyright": ">=1.1.310",
"coc-lua": ">=2.0.5",
"coc-rust-analyzer": ">=0.73.0"
},
"disabled": [],
"locked": [],
"lastUpdate": 1692388652483
}