[mirror] Make your go dev experience better
github.com/olexsmir/gopher.nvim
neovim
golang
1Output comment.gif
2Require nvim
3
4Set FontFamily "JetBrains Mono"
5Set Height 800
6Set Width 1500
7Set Padding 20
8Set Shell "bash"
9Set Theme "tokyonight"
10Set TypingSpeed 250ms
11
12Hide
13Type@0ms "alias nvim='./nvim.sh'" Enter
14Type@0ms "clear" Enter
15Show
16
17Type "nvim comment.go" Sleep 150ms Enter
18
19# package
20Type ":GoCmt" Enter Sleep 500ms Escape Sleep 700ms
21
22# func
23Type "3j"
24Type ":GoCmt" Enter Sleep 500ms Escape Sleep 700ms
25
26# struct
27Type "3j"
28Type ":GoCmt" Enter Sleep 500ms Escape Sleep 700ms
29
30# interface
31Type "3j"
32Type ":GoCmt" Enter Sleep 500ms Escape Sleep 700ms
33
34Sleep 5s