pivotal / workstation-setup

Scripts to automatically set up a machine for development the "Tanzu Labs" way
https://github.com/pivotal/workstation-setup
MIT License
328 stars 247 forks source link

Installation of vim-go plugin not compatible with system vim #196

Closed dotyjim-work closed 4 years ago

dotyjim-work commented 6 years ago

After running these scripts with a newly imaged (macOS Sierra) workstation, ever time vim is opened, the following error interrupts the workflow:

vim-go requires Vim 7.4.1689 or Neovim, but you're using an older version.
Please update your Vim for the best vim-go experience.
If you really want to continue you can set this to make the error go away:
    let g:go_version_warning = 0
Note that some features may error out or behave incorrectly.
Please do not report bugs unless you're using Vim 7.4.1689 or newer.

Two workarounds include:

nertzy commented 6 years ago

I prefer the neovim route. I added some context on that PR about why I'm not yet ready to pull the trigger and would appreciate some feedback.