[mirror] Make your go dev experience better github.com/olexsmir/gopher.nvim
neovim golang
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: start demos in vim (#122)

authored by

Oleksandr Smirnov and committed by
GitHub
295e21e6 7e8c6f41

+13 -33
vhs/comment.gif

This is a binary file and will not be displayed.

+4 -9
vhs/comment.tape
··· 9 9 Set Theme "tokyonight" 10 10 Set TypingSpeed 250ms 11 11 12 - Hide 13 - Type@0ms "alias nvim='./nvim.sh'" Enter 14 - Type@0ms "clear" Enter 15 - Show 16 - 17 - Type "nvim comment.go" Sleep 150ms Enter 12 + Hide Type@0ms "./nvim.sh comment.go" Enter Show 18 13 19 14 # package 20 15 Type ":GoCmt" Enter Sleep 500ms Escape Sleep 700ms 21 16 22 17 # func 23 - Type "3j" 18 + Type@400ms "jjj" 24 19 Type ":GoCmt" Enter Sleep 500ms Escape Sleep 700ms 25 20 26 21 # struct 27 - Type "3j" 22 + Type@400ms "jjj" 28 23 Type ":GoCmt" Enter Sleep 500ms Escape Sleep 700ms 29 24 30 25 # interface 31 - Type "3j" 26 + Type@400ms "jjj" 32 27 Type ":GoCmt" Enter Sleep 500ms Escape Sleep 700ms 33 28 34 29 Sleep 5s
vhs/iferr.gif

This is a binary file and will not be displayed.

+1 -6
vhs/iferr.tape
··· 10 10 Set Theme "tokyonight" 11 11 Set TypingSpeed 250ms 12 12 13 - Hide 14 - Type@0ms "alias nvim='./nvim.sh'" Enter 15 - Type@0ms "clear" Enter 16 - Show 17 - 18 - Type "nvim iferr.go" Sleep 150ms Enter 13 + Hide Type@0ms "./nvim.sh iferr.go" Enter Show 19 14 20 15 Type "3j" 21 16 Type ":GoIfErr" Sleep 500ms Enter
vhs/impl.gif

This is a binary file and will not be displayed.

+3 -8
vhs/impl.tape
··· 1 1 Output impl.gif 2 2 Require nvim 3 - Require iferr 3 + Require impl 4 4 5 5 Set FontFamily "JetBrains Mono" 6 6 Set Height 800 ··· 10 10 Set Theme "tokyonight" 11 11 Set TypingSpeed 250ms 12 12 13 - Hide 14 - Type@0ms "alias nvim='./nvim.sh'" Enter 15 - Type@0ms "clear" Enter 16 - Show 17 - 18 - Type "nvim impl.go" Sleep 150ms Enter 13 + Hide Type@0ms "./nvim.sh impl.go" Enter Show 19 14 20 15 Type "2j" 21 - Type ":GoImpl io.Reader" Sleep 500ms Enter 16 + Type ":GoImpl c io.Reader" Sleep 700ms Enter 22 17 23 18 Sleep 5s
vhs/tags.gif

This is a binary file and will not be displayed.

+5 -10
vhs/tags.tape
··· 10 10 Set Theme "tokyonight" 11 11 Set TypingSpeed 250ms 12 12 13 - Hide 14 - Type@0ms "alias nvim='./nvim.sh'" Enter 15 - Type@0ms "clear" Enter 16 - Show 17 - 18 - Type "nvim tags.go" Sleep 150ms Enter 13 + Hide Type@0ms "./nvim.sh tags.go" Enter Show 19 14 20 - Type "3j" 15 + Type@400ms "jjj" 21 16 Type ":GoTagAdd json yaml" Sleep 500ms Enter 22 17 Type@120ms ":w" Enter 23 18 Sleep 1s 24 19 25 20 Type ":GoTagRm json" Sleep 500ms Enter 26 - Type@120ms ":w" Enter 21 + Type ":w" Enter 27 22 Sleep 1s 28 23 29 24 Type ":GoTagClear" Sleep 500ms Enter 30 - Type@120ms ":w" Enter 25 + Type ":w" Enter 31 26 Sleep 1s 32 27 33 - Type "jV2j" 28 + Type@400ms "jVjj" 34 29 Type ":GoTagAdd xml" Sleep 500ms Enter 35 30 36 31 Sleep 5s