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

15 lines
313 B
JSON
Raw Normal View History

2020-06-01 17:25:59 +00:00
{
"dependencies": {
2022-04-26 06:57:04 +00:00
"coc-css": ">=1.3.0",
"coc-go": ">=1.3.0",
"coc-html": ">=1.6.1",
"coc-jest": ">=1.1.4",
"coc-json": ">=1.4.1",
"coc-pairs": ">=1.3.2",
2020-11-11 10:36:30 +00:00
"coc-python": ">=1.2.13",
2022-04-26 06:57:04 +00:00
"coc-rust-analyzer": ">=0.62.0",
"coc-tsserver": ">=1.10.1",
"coc-yaml": ">=1.7.5"
2020-06-01 17:25:59 +00:00
}
2022-04-26 06:57:04 +00:00
}