diff options
author | Audric Schiltknecht <storm@chemicalstorm.org> | 2019-12-20 14:18:12 -0500 |
---|---|---|
committer | Audric Schiltknecht <storm@chemicalstorm.org> | 2019-12-20 14:18:12 -0500 |
commit | 1084f5868c631bf319b4e2ad79013b84206371aa (patch) | |
tree | 8ef8e13c240ab4aa9ccea5e0daeda7406fc42bba /.gitmodules | |
parent | 682af3f9f18105287749b997f46308b3d4faad6e (diff) | |
download | dotfiles-1084f5868c631bf319b4e2ad79013b84206371aa.tar.gz dotfiles-1084f5868c631bf319b4e2ad79013b84206371aa.tar.bz2 dotfiles-1084f5868c631bf319b4e2ad79013b84206371aa.zip |
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 |