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
312 B
JSON
Raw Normal View History

2020-06-01 17:25:59 +00:00
{
"dependencies": {
2020-09-17 12:07:41 +00:00
"coc-css": ">=1.2.5",
"coc-go": ">=0.11.0",
2020-06-01 17:25:59 +00:00
"coc-html": ">=1.2.4",
2020-09-17 12:07:41 +00:00
"coc-jest": ">=1.0.4",
"coc-json": ">=1.3.1",
2020-06-01 17:25:59 +00:00
"coc-pairs": ">=1.2.21",
"coc-python": ">=1.2.12",
2020-09-17 12:07:41 +00:00
"coc-rust-analyzer": ">=0.8.0",
"coc-tsserver": ">=1.5.6",
2020-08-31 09:50:56 +00:00
"coc-yaml": ">=1.0.5"
2020-06-01 17:25:59 +00:00
}
}