chocoelho / nvim-pygtk3

PyGTK3 frontend to Neovim with a buffer list on the header bar.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nvim-pygtk3

PyGTK3 frontend to Neovim with some visual GUI elements.

  • Buffer list on the header bar
  • Tab list
  • Applies GTK's light/dark themes according to &bg
  • Applies font from GSettings' org.gnome.desktop.interface monospace-font-name

Screenshot

Installation

System-wide

$ PREFIX=/usr sudo make install

Per-user through init.vim

Plug 'rliang/nvim-pygtk3', {'do': 'make install'}

About

PyGTK3 frontend to Neovim with a buffer list on the header bar.

License:MIT License


Languages

Language:Python 92.8%Language:Makefile 7.2%