1
0
Fork 0
numbers/nvim/templates/go

9 lines
75 B
Plaintext

package main
import "fmt"
func main() {
{{++}}
fmt.Println("vim-go")
}