From 1084f5868c631bf319b4e2ad79013b84206371aa Mon Sep 17 00:00:00 2001 From: Audric Schiltknecht Date: Fri, 20 Dec 2019 14:18:12 -0500 Subject: vim: Add vim-go bundle --- .gitmodules | 3 +++ vim/vim/bundle/vim-go | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/vim/bundle/vim-go 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 index 0000000..d4a9cc7 --- /dev/null +++ b/vim/vim/bundle/vim-go @@ -0,0 +1 @@ +Subproject commit d4a9cc72469927202fadf14600253a35240c993e -- cgit v1.2.3-70-g09d2