add package.json for coc.nvim

This commit is contained in:
Tony Blyler 2021-05-02 22:53:45 -04:00
parent 75210a6d13
commit e0c44c6946

View file

@ -0,0 +1,14 @@
{
"dependencies": {
"coc-css": ">=1.2.6",
"coc-html": ">=1.4.1",
"coc-json": ">=1.3.4",
"coc-markdownlint": ">=1.11.1",
"coc-pyright": ">=1.1.136",
"coc-rls": ">=1.1.6",
"coc-toml": ">=1.1.0",
"coc-tsserver": ">=1.7.0",
"coc-xml": ">=1.14.1",
"coc-yaml": ">=1.3.1"
}
}