2020-07-04 14:23:27 +02:00
|
|
|
{
|
|
|
|
"name": "coc-vimtex",
|
2020-07-23 11:21:44 +02:00
|
|
|
"version": "1.0.4",
|
2020-07-04 14:23:27 +02:00
|
|
|
"description": "vimtex integration for coc.nvim",
|
|
|
|
"main": "src/index.js",
|
|
|
|
"publisher": "chemzqm",
|
|
|
|
"keywords": [
|
|
|
|
"coc.nvim",
|
|
|
|
"vimtex"
|
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"coc": "^0.0.56"
|
|
|
|
},
|
|
|
|
"activationEvents": [
|
|
|
|
"onLanguage:tex",
|
|
|
|
"onLanguage:plaintex",
|
|
|
|
"onLanguage:latex"
|
|
|
|
],
|
|
|
|
"contributes": {
|
|
|
|
"configuration": {
|
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"coc.source.vimtex.enable": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
|
|
|
},
|
|
|
|
"coc.source.vimtex.priority": {
|
|
|
|
"type": "integer",
|
|
|
|
"default": 99
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"author": "chemzqm@gmail.com",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/neoclide/coc-vimtex.git"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^10.12.24",
|
|
|
|
"coc.nvim": "^0.0.74",
|
|
|
|
"rimraf": "^2.6.3"
|
|
|
|
},
|
|
|
|
"dependencies": {}
|
|
|
|
}
|