mirror of
https://github.com/neovim/neovim.git
synced 2026-04-20 22:35:33 +00:00
docs: Clean up python, provider, remote_plugin #2056
* "Python" is a proper noun and should be capitalized in prose * Corrected use of "its/it's" * Used better preposition to describe something "in" legacy Vim * Combine fragments into complete sentence
This commit is contained in:
committed by
Justin M. Keyes
parent
da457a176b
commit
c0a668aa26
@@ -12,22 +12,22 @@ Python plugins and scripting in Nvim *nvim-python*
|
||||
==============================================================================
|
||||
1. Introduction *nvim-python-intro*
|
||||
|
||||
Through an external python interpreter connected via |msgpack-rpc|, Nvim
|
||||
Through an external Python interpreter connected via |msgpack-rpc|, Nvim
|
||||
offers some support for the legacy |python-vim| interface. For now only the
|
||||
old Vim 7.3 API is supported.
|
||||
|
||||
==============================================================================
|
||||
2. Quickstart *nvim-python-quickstart*
|
||||
|
||||
If you just want to start using Vim python plugins with Nvim quickly, here's a
|
||||
If you just want to start using Vim Python plugins with Nvim quickly, here's a
|
||||
simple tutorial:
|
||||
|
||||
- Make sure python 2.6 or 2.7 is available in your `$PATH`
|
||||
- Install the `neovim` python package:
|
||||
- Make sure Python 2.6 or 2.7 is available in your `$PATH`
|
||||
- Install the `neovim` Python package:
|
||||
>
|
||||
$ pip install neovim
|
||||
<
|
||||
Most python plugins created for Vim 7.3 should work after these steps.
|
||||
Most Python plugins created for Vim 7.3 should work after these steps.
|
||||
|
||||
==============================================================================
|
||||
vim:tw=78:ts=8:noet:ft=help:norl:
|
||||
|
||||
Reference in New Issue
Block a user