aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2023-06-13 09:34:01 +0800
committerAaron LI <aly@aaronly.me>2023-06-13 10:03:26 +0800
commit7d749da07a0a18e93006f35b9b1e638e152acfe9 (patch)
tree1dc65e5754b7234cf53d90e71be5ccd5c41d844f /.gitmodules
parent9392acdbc6ccafad8d74afaef7d8781eca6b3031 (diff)
downloaddotfiles-7d749da07a0a18e93006f35b9b1e638e152acfe9.tar.bz2
vim: Add 'vim-go' plugin
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index c831d6e..20258f5 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -13,3 +13,6 @@
[submodule "_vim/pack/aly/start/tagbar"]
path = _vim/pack/aly/start/tagbar
url = https://github.com/preservim/tagbar
+[submodule "_vim/pack/aly/start/vim-go"]
+ path = _vim/pack/aly/start/vim-go
+ url = https://github.com/fatih/vim-go