coc-tasks
February 5, 2021 ยท View on GitHub
Tasks list and macros completion support for asynctasks.vim
List

Completion

Hover
no demos
Requirements
Install
:CocInstall coc-tasks
Configurations
Properties
tasks.shortcut: .
Type: stringDefault: "TASKS"
tasks.filetypes: Tasks macros completion on the specific filetypes.
Type: string[]Default: [
"tasks",
"dosini"
]
tasks.triggerCharacters: .
Type: string[]Default: [
"(",
"$"
]
tasks.priority: Priority of macros completion.
Type: numberDefault: 99
CocList
Try :CocList tasks
runopenpreview- ...
License
MIT