all repos

gopher.nvim @ 295e21e

Minimalistic plugin for Go development
8 files changed, 13 insertions(+), 33 deletions(-)
chore: start demos in vim (#122)

Author: Oleksandr Smirnov olexsmir@gmail.com
Committed by: GitHub noreply@github.com
Committed at: 2025-08-31 14:30:13 +0300
Parent: 7e8c6f4
M vhs/comment.gif

Not showing binary file.

M vhs/comment.tape

@@ -9,26 +9,21 @@ Set Shell "bash"

Set Theme "tokyonight" Set TypingSpeed 250ms -Hide -Type@0ms "alias nvim='./nvim.sh'" Enter -Type@0ms "clear" Enter -Show - -Type "nvim comment.go" Sleep 150ms Enter +Hide Type@0ms "./nvim.sh comment.go" Enter Show # package Type ":GoCmt" Enter Sleep 500ms Escape Sleep 700ms # func -Type "3j" +Type@400ms "jjj" Type ":GoCmt" Enter Sleep 500ms Escape Sleep 700ms # struct -Type "3j" +Type@400ms "jjj" Type ":GoCmt" Enter Sleep 500ms Escape Sleep 700ms # interface -Type "3j" +Type@400ms "jjj" Type ":GoCmt" Enter Sleep 500ms Escape Sleep 700ms Sleep 5s
M vhs/iferr.gif

Not showing binary file.

M vhs/iferr.tape

@@ -10,12 +10,7 @@ Set Shell "bash"

Set Theme "tokyonight" Set TypingSpeed 250ms -Hide -Type@0ms "alias nvim='./nvim.sh'" Enter -Type@0ms "clear" Enter -Show - -Type "nvim iferr.go" Sleep 150ms Enter +Hide Type@0ms "./nvim.sh iferr.go" Enter Show Type "3j" Type ":GoIfErr" Sleep 500ms Enter
M vhs/impl.gif

Not showing binary file.

M vhs/impl.tape

@@ -1,6 +1,6 @@

Output impl.gif Require nvim -Require iferr +Require impl Set FontFamily "JetBrains Mono" Set Height 800

@@ -10,14 +10,9 @@ Set Shell "bash"

Set Theme "tokyonight" Set TypingSpeed 250ms -Hide -Type@0ms "alias nvim='./nvim.sh'" Enter -Type@0ms "clear" Enter -Show - -Type "nvim impl.go" Sleep 150ms Enter +Hide Type@0ms "./nvim.sh impl.go" Enter Show Type "2j" -Type ":GoImpl io.Reader" Sleep 500ms Enter +Type ":GoImpl c io.Reader" Sleep 700ms Enter Sleep 5s
M vhs/tags.gif

Not showing binary file.

M vhs/tags.tape

@@ -10,27 +10,22 @@ Set Shell "bash"

Set Theme "tokyonight" Set TypingSpeed 250ms -Hide -Type@0ms "alias nvim='./nvim.sh'" Enter -Type@0ms "clear" Enter -Show - -Type "nvim tags.go" Sleep 150ms Enter +Hide Type@0ms "./nvim.sh tags.go" Enter Show -Type "3j" +Type@400ms "jjj" Type ":GoTagAdd json yaml" Sleep 500ms Enter Type@120ms ":w" Enter Sleep 1s Type ":GoTagRm json" Sleep 500ms Enter -Type@120ms ":w" Enter +Type ":w" Enter Sleep 1s Type ":GoTagClear" Sleep 500ms Enter -Type@120ms ":w" Enter +Type ":w" Enter Sleep 1s -Type "jV2j" +Type@400ms "jVjj" Type ":GoTagAdd xml" Sleep 500ms Enter Sleep 5s