aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2019-05-08 15:55:42 +0200
committerTeddy Wing2019-05-08 15:55:42 +0200
commit07aa6d4f376e1d2a03b2a194f6b5d77c53f5d520 (patch)
treed7d72a04fbae6304c8a0b3d3b56a4ef290a60af4
parent33f787274c2fd51eeff1def9f92adf7e77bd1578 (diff)
downloaddotvim-07aa6d4f376e1d2a03b2a194f6b5d77c53f5d520.tar.bz2
Add 'vim-go' plugin
Now that I'm going to be doing more Go development, switch to the full featured Vim Go plugin.
-rw-r--r--.gitmodules3
m---------bundle/vim-go0
2 files changed, 3 insertions, 0 deletions
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
+Subproject c4b419db6c57125e91d6f292daa664b73b155b7