From b58d3ab1360ac0d8761467b82164efd227af0900 Mon Sep 17 00:00:00 2001 From: Amir Salihefendic Date: Sat, 16 Nov 2019 20:26:13 +0100 Subject: [PATCH] Remove vim-go It's too heavy and it also seems to have some issues. Gophers that use Go can manually install it Fixed https://github.com/amix/vimrc/issues/537 --- README.md | 1 - update_plugins.py | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index 208657bf..892fb561 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,6 @@ I recommend reading the docs of these plugins to understand them better. Each pl * [vim-bundle-mako](https://github.com/sophacles/vim-bundle-mako) * [vim-markdown](https://github.com/tpope/vim-markdown) * [nginx.vim](https://github.com/vim-scripts/nginx.vim): Highlights configuration files for nginx -* [vim-go](https://github.com/fatih/vim-go) * [rust.vim](https://github.com/rust-lang/rust.vim) * [vim-ruby](https://github.com/vim-ruby/vim-ruby) * [typescript-vim](https://github.com/leafgarland/typescript-vim) diff --git a/update_plugins.py b/update_plugins.py index 2d015698..084788a2 100644 --- a/update_plugins.py +++ b/update_plugins.py @@ -45,7 +45,6 @@ goyo.vim https://github.com/junegunn/goyo.vim vim-zenroom2 https://github.com/amix/vim-zenroom2 vim-repeat https://github.com/tpope/vim-repeat vim-commentary https://github.com/tpope/vim-commentary -vim-go https://github.com/fatih/vim-go vim-gitgutter https://github.com/airblade/vim-gitgutter gruvbox https://github.com/morhetz/gruvbox vim-flake8 https://github.com/nvie/vim-flake8