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 +++ bundle/vim-golang | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/vim-golang 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 diff --git a/bundle/vim-golang b/bundle/vim-golang new file mode 160000 index 0000000..8fe0849 --- /dev/null +++ b/bundle/vim-golang @@ -0,0 +1 @@ +Subproject commit 8fe08495dea0bdad0d38795447c0cc7e4935fd65 -- cgit v1.2.3