From ae5961c65990cd7db874ce502f3916dcaa15b858 Mon Sep 17 00:00:00 2001 From: Marcel Schneider Date: Thu, 9 Apr 2020 18:30:00 +0200 Subject: [PATCH] remove go support --- init.vim | 4 ---- 1 file changed, 4 deletions(-) diff --git a/init.vim b/init.vim index e2ead6a..60505f5 100644 --- a/init.vim +++ b/init.vim @@ -62,10 +62,6 @@ Plug 'heavenshell/vim-jsdoc', { 'for': [ 'javascript', 'vue' ]} " Generate JSDoc Plug 'posva/vim-vue', { 'for': [ 'javascript', 'html', 'vue' ] } " vue.js integration "}}} -" Go {{{ -Plug 'fatih/vim-go', { 'for': [ 'go', 'html', 'gohtmltmpl' ], 'do': ':GoInstallBinaries' } " go support -"}}} - " LaTeX{{{ Plug 'lervag/vimtex', { 'for': 'tex' } "}}}