1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00
dotfiles/neovim/.config/coc/extensions/package.json

14 lines
302 B
JSON
Raw Normal View History

2020-06-01 17:25:59 +00:00
{
"dependencies": {
"coc-css": ">=1.2.3",
2020-08-31 09:45:33 +00:00
"coc-go": ">=0.10.0",
2020-06-01 17:25:59 +00:00
"coc-html": ">=1.2.4",
"coc-jest": ">=1.0.3",
"coc-json": ">=1.2.6",
"coc-pairs": ">=1.2.21",
"coc-python": ">=1.2.12",
"coc-rls": ">=1.1.6",
2020-06-01 17:25:59 +00:00
"coc-tsserver": ">=1.5.1",
"coc-yaml": ">=1.0.4"
}
}