aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2014-06-14 19:14:34 -0400
committerTeddy Wing2014-06-14 19:14:34 -0400
commitf599a3e58fe610ff0ce3fedf3c86040a5f328a6f (patch)
treeb8c2fc011fd0f33bd98db48f58efc7cf1d242166
parentc518cb7ea840ffbad576abfdc62bbf62fc00220b (diff)
downloaddotvim-f599a3e58fe610ff0ce3fedf3c86040a5f328a6f.tar.bz2
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.
-rw-r--r--.gitmodules3
m---------bundle/vim-golang0
2 files changed, 3 insertions, 0 deletions
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
+Subproject 8fe08495dea0bdad0d38795447c0cc7e4935fd6