Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 619 Bytes

File metadata and controls

36 lines (26 loc) · 619 Bytes

Neovim Python Client

Implements support for Python plugins in Neovim. Also works as a library for connecting to and scripting Neovim processes through its msgpack-rpc API.

.. toctree::
   :caption: Getting started
   :maxdepth: 2

   installation

.. toctree::
   :caption: Usage
   :maxdepth: 2

   usage/python-plugin-api
   usage/remote-plugins

.. toctree::
   :caption: API documentation
   :maxdepth: 2

   plugin-decorators
   api/nvim
   api/buffer
   api/window
   api/tabpage

.. toctree::
   :caption: Development
   :maxdepth: 2

   development