dotfiles/.config/coc/extensions/package.json

11 lines
196 B
JSON
Raw Normal View History

2020-07-04 14:23:27 +02:00
{
"dependencies": {
2021-01-12 21:32:48 +01:00
"coc-clangd": ">=0.7.0",
"coc-html": ">=1.4.1",
"coc-json": ">=1.3.2",
"coc-pyright": ">=1.1.101",
"coc-sh": ">=0.6.0",
2020-07-23 11:21:44 +02:00
"coc-vimtex": ">=1.0.4"
2020-07-04 14:23:27 +02:00
}
2021-01-12 21:32:48 +01:00
}