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.

.. _`Neovim`: http://neovim.io/

.. 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
