From d1a6bf898e40f1a0602e4285514b32f1c7e60a44 Mon Sep 17 00:00:00 2001 From: bretello Date: Sun, 26 Sep 2021 15:53:57 +0200 Subject: [PATCH] vim: add vim-go plug --- vim/plugs.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/plugs.vim b/vim/plugs.vim index da017a0..3bd491a 100644 --- a/vim/plugs.vim +++ b/vim/plugs.vim @@ -66,6 +66,7 @@ Plug 'https://github.com/cespare/vim-toml' Plug 'https://github.com/vim-scripts/iptables' Plug 'https://github.com/leafoftree/vim-vue-plugin' Plug 'https://github.com/hashivim/vim-terraform' +Plug 'https://github.com/fatih/vim-go' Plug 'epheien/termdbg'