UNPKG

coc-ultisnips

Version:
67 lines (66 loc) 1.48 kB
{ "name": "coc-ultisnips", "version": "1.2.4", "description": "ultisnips source for coc.nvim", "scripts": {}, "engines": { "coc": ">=0.0.57" }, "repository": { "type": "git", "url": "git+https://github.com/neoclide/coc-sources.git" }, "keywords": [ "coc.nvim", "ultisnips" ], "activationEvents": [ "*" ], "contributes": { "configuration": { "type": "object", "properties": { "coc.source.ultisnips.enable": { "type": "boolean", "default": true }, "coc.source.ultisnips.disableSyntaxes": { "type": "array", "default": [], "items": { "type": "string" } }, "coc.source.ultisnips.priority": { "type": "integer", "default": 100 }, "coc.source.ultisnips.shortcut": { "type": "string", "default": "US" }, "coc.source.ultisnips.filetypes": { "type": [ "array", "null" ], "default": null, "items": { "type": "string" } } } } }, "author": "chemzqm@gmail.com", "license": "MIT", "bugs": { "url": "https://github.com/neoclide/coc-sources/issues" }, "homepage": "https://github.com/neoclide/coc-sources#readme", "devDependencies": { "coc.nvim": ">=0.0.57" }, "gitHead": "7ead63e794458e58e85d93556be8bf566ad1ceeb" }