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
This commit is contained in:
Shinya Fujino 2020-01-26 22:31:49 +09:00 committed by Zsolt Dollenstein
parent d33337b4d5
commit 383857273c

View File

@ -742,9 +742,9 @@ nnoremap <F9> :Black<CR>
```
**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