[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 Type@0ms "./nvim.sh comment.go" Enter Show 13 14# package 15Type ":GoCmt" Enter Sleep 500ms Escape Sleep 700ms 16 17# func 18Type@400ms "jjj" 19Type ":GoCmt" Enter Sleep 500ms Escape Sleep 700ms 20 21# struct 22Type@400ms "jjj" 23Type ":GoCmt" Enter Sleep 500ms Escape Sleep 700ms 24 25# interface 26Type@400ms "jjj" 27Type ":GoCmt" Enter Sleep 500ms Escape Sleep 700ms 28 29Sleep 5s