mirror of
1
0
Fork 0
ultimate-vim/sources_non_forked/coc.nvim/package.json

18 lines
451 B
JSON
Raw Normal View History

2022-05-18 13:29:28 -04:00
{
2022-07-20 01:38:18 -04:00
"name": "coc.nvim-release",
2022-05-27 03:57:56 -04:00
"version": "0.0.81",
2022-05-18 13:29:28 -04:00
"description": "LSP based intellisense engine for neovim & vim8.",
"engines": {
2022-05-27 03:57:56 -04:00
"node": ">=12.12.0"
2022-05-18 13:29:28 -04:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/neoclide/coc.nvim.git"
},
"author": "Qiming Zhao <chemzqm@gmail.com>",
"bugs": {
"url": "https://github.com/neoclide/coc.nvim/issues"
},
2022-07-20 01:38:18 -04:00
"homepage": "https://github.com/neoclide/coc.nvim#readme"
2022-05-18 13:29:28 -04:00
}