diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2020-09-11 20:50:37 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2020-09-11 20:50:37 +0100 |
commit | 32fdf873ea75e7fedd813a9e506bc6412c7fbf1c (patch) | |
tree | 17bef4385ab0243aec49cac4073f2856ba5c7a13 /.gitmodules | |
parent | 3b146f1ac224f2b289bf64202dc2d85cc651c9f3 (diff) |
removed duplicate settings and installed vim-go
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 1c4d6d0..dc2602c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,6 @@ [submodule "vim/pack/tpope/start/vim-surround"] path = vim/pack/tpope/start/vim-surround url = https://github.com/tpope/vim-surround.git +[submodule "vim/pack/fatih/start/vim-go"] + path = vim/pack/fatih/start/vim-go + url = https://github.com/fatih/vim-go.git |