mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
doc: Fix typo in nvim-python. #3162
This commit is contained in:
parent
a6c6128681
commit
6bf322c6ff
@ -70,7 +70,7 @@ To disable Python 2 interface, set `g:loaded_python_provider` to 1:
|
|||||||
<
|
<
|
||||||
*g:loaded_python3_provider*
|
*g:loaded_python3_provider*
|
||||||
|
|
||||||
To disable Python 3 interface, set `g:loaded_python3_provider` to 0:
|
To disable Python 3 interface, set `g:loaded_python3_provider` to 1:
|
||||||
>
|
>
|
||||||
let g:loaded_python3_provider = 1
|
let g:loaded_python3_provider = 1
|
||||||
<
|
<
|
||||||
|
Loading…
Reference in New Issue
Block a user