0.0.3 • Published 5 years ago
coc-aixcoder v0.0.3
Aixcoder Extension for coc.nvim
Installation
Installing the AiXcoder Engine
See https://www.aixcoder.com/#/
Installing the aixcoder Extension for coc.nvim
:CocInstall coc-aixcoderConfiguration
"aixcoder.shortcut": {
  "type": "string",
  "default": "Ai",
  "description": "Shortcut for aixcoder source."
},
"aixcoder.triggers": {
  "type": "array",
  "default": [],
  "description": "Trigger characters for aixcoder source",
  "items": {
    "type": "string"
  }
},
"aixcoder.priority": {
  "type": "number",
  "default": 99,
  "description": "Priority of aixcoder source"
},