coc-tasks
coc-tasks copied to clipboard
See https://github.com/voldikss/coc-extensions
coc-tasks
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