An open API service indexing awesome lists of open source software.

https://github.com/neovim/python-gui

Proof-of-concept Nvim GUI. Not maintained.
https://github.com/neovim/python-gui

Last synced: 5 months ago
JSON representation

Proof-of-concept Nvim GUI. Not maintained.

Awesome Lists containing this project

README

        

### Python Gtk gui for [Neovim](https://github.com/neovim/neovim)

[![Build Status](https://travis-ci.org/neovim/python-gui.svg?branch=master)](https://travis-ci.org/neovim/python-gui)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/neovim/python-gui/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/neovim/python-gui/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/neovim/python-gui/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/neovim/python-gui/?branch=master)

Simple nvim gui implemented using Gtk. This repo is currently not maintained. Please see [Related Projects](https://github.com/neovim/neovim/wiki/Related-projects) for a list of GUI implementations.

#### Installation

```sh
pip install neovim-gui
```

##### Dependencies (Debian)

For the python3 version of python-gui, these dependencies may be needed (if you don't have Gnome DE):

python3-gi python3-click python3-gi-cairo python3-cairo gir1.2-gtk-3.0

#### Usage

```sh
pynvim
```