From 32fdf873ea75e7fedd813a9e506bc6412c7fbf1c Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Fri, 11 Sep 2020 20:50:37 +0100 Subject: removed duplicate settings and installed vim-go --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3