From: Philippe Hürlimann
Date: Fri, 13 Aug 2021 08:18:12 +0000 (+0200) Subject: Add gotests-vim X-Git-Url: https://git.hurlimann.org/?a=commitdiff_plain;h=3328079f98e75c4e98ff9af48ff9c440575d9562;p=vimfiles.git Add gotests-vim --- diff --git a/init.vim b/init.vim index 0e8bd4d..f5e407b 100644 --- a/init.vim +++ b/init.vim @@ -8,6 +8,7 @@ Plug 'airblade/vim-gitgutter' Plug 'ap/vim-css-color' Plug 'autozimu/LanguageClient-neovim', { 'branch': 'next', 'do': 'bash install.sh' } Plug 'avakhov/vim-yaml' +Plug 'buoto/gotests-vim' Plug 'dhruvasagar/vim-table-mode' Plug 'editorconfig/editorconfig-vim' Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' }