python-pynvim 0.6.0
Python client and plugin host for neovim
Pynvim implements support for python plugins in neovim. It also works as a library for connecting to and scripting neovim processes through its msgpack-rpc API.
- Outputs:
out - Website: https://github.com/neovim/pynvim
- Licenses: ASL 2.0
- Package source: gnu/packages/vim.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-pynvim 0.6.0 as follows:
guix install python-pynvim@0.6.0
Or install the latest version:
guix install python-pynvim
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.