diff options
author | Aaron LI <aly@aaronly.me> | 2023-06-13 09:34:01 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2023-06-13 10:03:26 +0800 |
commit | 7d749da07a0a18e93006f35b9b1e638e152acfe9 (patch) | |
tree | 1dc65e5754b7234cf53d90e71be5ccd5c41d844f /.gitmodules | |
parent | 9392acdbc6ccafad8d74afaef7d8781eca6b3031 (diff) | |
download | dotfiles-7d749da07a0a18e93006f35b9b1e638e152acfe9.tar.bz2 |
vim: Add 'vim-go' plugin
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
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 |