diff --git a/.gitmodules b/.gitmodules index 9f43914..71380ca 100644 --- a/.gitmodules +++ b/.gitmodules @@ -66,3 +66,6 @@ path = vim/bundle/syntastic url = https://github.com/vim-syntastic/syntastic.git ignore = untracked +[submodule "vim/bundle/vim-go"] + path = vim/bundle/vim-go + url = https://github.com/fatih/vim-go.git diff --git a/vim/bundle/vim-go b/vim/bundle/vim-go new file mode 160000 index 0000000..a2e5998 --- /dev/null +++ b/vim/bundle/vim-go @@ -0,0 +1 @@ +Subproject commit a2e59981a2d965bed9f4052fa15a08d2ee2f8040