1
0
mirror of https://github.com/amix/vimrc synced 2025-02-28 14:12:51 +08:00
amix-vimrc-mirror/sources_non_forked/coc.nvim/package.json

18 lines
451 B
JSON
Raw Normal View History

2022-05-19 01:29:28 +08:00
{
2022-07-20 13:38:18 +08:00
"name": "coc.nvim-release",
2022-05-27 15:57:56 +08:00
"version": "0.0.81",
2022-05-19 01:29:28 +08:00
"description": "LSP based intellisense engine for neovim & vim8.",
"engines": {
2022-05-27 15:57:56 +08:00
"node": ">=12.12.0"
2022-05-19 01:29:28 +08: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 13:38:18 +08:00
"homepage": "https://github.com/neoclide/coc.nvim#readme"
2022-05-19 01:29:28 +08:00
}