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.
- Host: GitHub
- URL: https://github.com/neovim/python-gui
- Owner: neovim
- License: apache-2.0
- Archived: true
- Created: 2016-02-27T14:16:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-13T19:04:52.000Z (over 6 years ago)
- Last Synced: 2024-04-14T00:59:43.220Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 241 KB
- Stars: 75
- Watchers: 14
- Forks: 20
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Python Gtk gui for [Neovim](https://github.com/neovim/neovim)
[](https://travis-ci.org/neovim/python-gui)
[](https://scrutinizer-ci.com/g/neovim/python-gui/?branch=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
```