all repos

gopher.nvim @ 0b2c26e

Minimalistic plugin for Go development

gopher.nvim/vhs/Taskfile.yml(view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
version: "3"
tasks:
  generate:
    deps:
      - comment
      - iferr
      - tags
      - impl

  comment:
    cmd: vhs comment.tape

  iferr:
    cmd: vhs iferr.tape

  tags:
    cmd: vhs tags.tape

  impl:
    cmd: vhs impl.tape