Skip to content
This repository has been archived by the owner on Jul 17, 2022. It is now read-only.

voldikss/coc-tasks

Repository files navigation

coc-tasks

publish npm version

Tasks list and macros completion support for asynctasks.vim

List

Completion

Hover

no demos

Requirements

Install

:CocInstall coc-tasks

Configurations

Properties

tasks.shortcut: . Type:
string
Default:
"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:
number
Default:
99

CocList

Try :CocList tasks

  • run
  • open
  • preview
  • ...

License

MIT