diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 1146f87..c7d2e9d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -43,3 +43,6 @@ [submodule "vim/vim/bundle/colorschemes"] path = vim/vim/bundle/colorschemes url = https://github.com/flazz/vim-colorschemes.git +[submodule "vim/vim/bundle/vim-go"] + path = vim/vim/bundle/vim-go + url = https://github.com/fatih/vim-go.git |