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 | |
parent | 682af3f9f18105287749b997f46308b3d4faad6e (diff) | |
download | dotfiles-master.tar.gz dotfiles-master.tar.bz2 dotfiles-master.zip |
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | vim/vim/bundle/vim-go | 0 |
2 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 diff --git a/vim/vim/bundle/vim-go b/vim/vim/bundle/vim-go new file mode 160000 +Subproject d4a9cc72469927202fadf14600253a35240c993 |