add package.json for coc.nvim
This commit is contained in:
parent
75210a6d13
commit
e0c44c6946
1 changed files with 14 additions and 0 deletions
14
home/.config/coc/extensions/package.json
Normal file
14
home/.config/coc/extensions/package.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue