From 383857273c79ad0bbe12f63716b4825de526a522 Mon Sep 17 00:00:00 2001 From: Shinya Fujino Date: Sun, 26 Jan 2020 22:31:49 +0900 Subject: [PATCH] Update README.md to include appropriate command to install Vim with Python 3 on macOS (#1247) * Update README.md to include appropriate command to install Vim with Python 3 on macOS * Run pre-commit hooks --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cd4a475..c39c7d5 100644 --- a/README.md +++ b/README.md @@ -742,9 +742,9 @@ nnoremap :Black ``` **How to get Vim with Python 3.6?** On Ubuntu 17.10 Vim comes with Python 3.6 by -default. On macOS with Homebrew run: `brew install vim --with-python3`. When building -Vim from source, use: `./configure --enable-python3interp=yes`. There's many guides -online how to do this. +default. On macOS with Homebrew run: `brew install vim`. When building Vim from source, +use: `./configure --enable-python3interp=yes`. There's many guides online how to do +this. ### Visual Studio Code -- 2.39.2