diff options
author | Teddy Wing | 2014-06-14 19:14:34 -0400 |
---|---|---|
committer | Teddy Wing | 2014-06-14 19:14:34 -0400 |
commit | f599a3e58fe610ff0ce3fedf3c86040a5f328a6f (patch) | |
tree | b8c2fc011fd0f33bd98db48f58efc7cf1d242166 | |
parent | c518cb7ea840ffbad576abfdc62bbf62fc00220b (diff) | |
download | dotvim-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-- | .gitmodules | 3 | ||||
m--------- | bundle/vim-golang | 0 |
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 |