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

2020-06-01 17:25:59 +00:00
{
"dependencies": {
2020-11-01 13:36:40 +00:00
"coc-css": ">=1.2.6",
2020-10-09 15:00:39 +00:00
"coc-go": ">=0.12.0",
2020-11-01 13:36:40 +00:00
"coc-html": ">=1.3.1",
2020-10-09 15:00:39 +00:00
"coc-jest": ">=1.1.1",
"coc-json": ">=1.3.2",
2020-06-01 17:25:59 +00:00
"coc-pairs": ">=1.2.21",
"coc-python": ">=1.2.12",
2020-11-01 13:36:40 +00:00
"coc-rust-analyzer": ">=0.13.0",
"coc-tsserver": ">=1.6.0",
2020-10-09 15:00:39 +00:00
"coc-yaml": ">=1.1.0"
2020-06-01 17:25:59 +00:00
}
}