coc-tasks

0.3.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i coc-tasks

Weekly Downloads

27

Version

0.3.1

License

MIT

Unpacked Size

10.8 kB

Total Files

3

Last publish

Collaborators

  • voldikss