Skip to content

Commit

Permalink
Merge pull request #1889 from secade/clarify-install-instructions
Browse files Browse the repository at this point in the history
Add minimum vim version requirement to README
  • Loading branch information
bhcleek committed Jul 19, 2018
2 parents 2c909e7 + 2a6b2d3 commit 7d16464
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,13 @@ This plugin adds Go language support for Vim, with the following main features:

## Install

vim-go requires at least Vim 7.4.1689 or Neovim 0.2.2.

The [**latest stable release**](https://github.com/fatih/vim-go/releases/latest) is the
recommended version to use. If you choose to use the master branch instead,
please do so with caution; it is a _development_ branch.


vim-go follows the standard runtime path structure. Below are some helper lines
for popular package managers:

Expand Down
6 changes: 6 additions & 0 deletions doc/vim-go.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ tools developed by the Go community to provide a seamless Vim experience.
==============================================================================
INSTALL *go-install*

vim-go requires at least Vim 7.4.1689 or Neovim 0.2.2. On macOS, if you are
still using your system version of vim, you can use homebrew to keep your
version of Vim up-to-date with the following terminal command:
>
brew install vim
The latest stable release, https://github.com/fatih/vim-go/releases/latest, is
the recommended version to use. If you choose to use the master branch
instead, please do so with caution; it is a _development_ branch.
Expand Down

0 comments on commit 7d16464

Please sign in to comment.