Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Commit

Permalink
Remove note about High Sierra vim
Browse files Browse the repository at this point in the history
The vim version is useable but system python doesn't have `pip`. Resolving this issue seems to be a bit of a goose chase. For now it seems best to use the `brew` provided vim.
  • Loading branch information
aramprice committed Oct 30, 2017
1 parent 50f5230 commit d2e5c33
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -14,8 +14,7 @@ it properly setup. The autocompletion plugin we use needs [python3
support](https://github.com/zchee/deoplete-jedi/wiki/Setting-up-Python-for-Neovim) too.

If you choose regular vim you can install it on ubuntu via the `vim-nox` package, or
on macOS with Homebrew via `brew install vim`. Note if you are using macOS High Sierra
the pre-installed vim is v`8.0` which should work.
on macOS with Homebrew via `brew install vim`.

### Table of Contents

Expand Down

0 comments on commit d2e5c33

Please sign in to comment.