[mirror] Make your go dev experience better github.com/olexsmir/gopher.nvim
neovim golang
at main 294 B view raw
1Output impl.gif 2Require nvim 3Require impl 4 5Set FontFamily "JetBrains Mono" 6Set Height 800 7Set Width 1500 8Set Padding 20 9Set Shell "bash" 10Set Theme "tokyonight" 11Set TypingSpeed 250ms 12 13Hide Type@0ms "./nvim.sh impl.go" Enter Show 14 15Type "2j" 16Type ":GoImpl c io.Reader" Sleep 700ms Enter 17 18Sleep 5s