From 07aa6d4f376e1d2a03b2a194f6b5d77c53f5d520 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 8 May 2019 15:55:42 +0200 Subject: Add 'vim-go' plugin Now that I'm going to be doing more Go development, switch to the full featured Vim Go plugin. --- .gitmodules | 3 +++ bundle/vim-go | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/vim-go diff --git a/.gitmodules b/.gitmodules index ae37395..02de99d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -98,3 +98,6 @@ [submodule "bundle/vim-maildrop"] path = bundle/vim-maildrop url = https://github.com/sirtaj/vim-maildrop.git +[submodule "bundle/vim-go"] + path = bundle/vim-go + url = https://github.com/fatih/vim-go.git diff --git a/bundle/vim-go b/bundle/vim-go new file mode 160000 index 0000000..c4b419d --- /dev/null +++ b/bundle/vim-go @@ -0,0 +1 @@ +Subproject commit c4b419db6c57125e91d6f292daa664b73b155b7b -- cgit v1.2.3