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:
parent
d33337b4d5
commit
383857273c
@ -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
|
**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
|
default. On macOS with Homebrew run: `brew install vim`. When building Vim from source,
|
||||||
Vim from source, use: `./configure --enable-python3interp=yes`. There's many guides
|
use: `./configure --enable-python3interp=yes`. There's many guides online how to do
|
||||||
online how to do this.
|
this.
|
||||||
|
|
||||||
### Visual Studio Code
|
### Visual Studio Code
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user