From f599a3e58fe610ff0ce3fedf3c86040a5f328a6f Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 14 Jun 2014 19:14:34 -0400 Subject: Add go vim plugin Adds syntax highlighting and other filetype plugins for go. This package is a mirror of the official repo's vim plugins. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 8f24424..b7cabca 100644 --- a/.gitmodules +++ b/.gitmodules @@ -37,3 +37,6 @@ [submodule "bundle/vim-javascript"] path = bundle/vim-javascript url = https://github.com/pangloss/vim-javascript.git +[submodule "bundle/vim-golang"] + path = bundle/vim-golang + url = https://github.com/jnwhiteh/vim-golang.git -- cgit v1.2.3