1
0
mirror of https://github.com/amix/vimrc synced 2025-09-17 01:35:01 +08:00

get my plugin

This commit is contained in:
plrectco
2019-05-08 20:49:25 -07:00
parent f4275cdd43
commit 1e40fd164d
16 changed files with 843 additions and 2044 deletions

View File

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("vim-go"
}

View File

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("vim-go")
}