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-08-31 09:50:56 +00:00
"coc-css": ">=1.2.4",
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",
2020-09-04 18:27:59 +00:00
"coc-rust-analyzer": ">=0.7.16",
2020-06-01 17:25:59 +00:00
"coc-tsserver": ">=1.5.1",
2020-08-31 09:50:56 +00:00
"coc-yaml": ">=1.0.5"
2020-06-01 17:25:59 +00:00
}
}