mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
doc: Fix typo in nvim-python. #3162
This commit is contained in:

committed by
Justin M. Keyes

parent
a6c6128681
commit
6bf322c6ff
@@ -70,7 +70,7 @@ To disable Python 2 interface, set `g:loaded_python_provider` to 1:
|
||||
<
|
||||
*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
|
||||
<
|
||||
|
Reference in New Issue
Block a user