Gonvim is a Neovim GUI written in Golang, using a Golang qt backend.
This repository forked from the original Gonvim for the purpose of maintenance and enhancement.
Pre-built packages for Windows, macOS, and Linux are found at the Releases page.
gonvim.app looks for the nvim process from the following.
/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin:/opt/local/sbin
Deployment example:
cd /path/to
curl -LO https://github.com/neovim/neovim/releases/download/nightly/nvim-macos.tar.gz
tar xf nvim-macos.tar.gz
ln -s /path/to/bin/nvim /usr/local/bin/nvim
Deploy Neovim under the $PATH
.
Add Gonvim bin
path to %PATH%
environment variable.
- Gonvim was created by dzhou121 (https://github.com/dzhou121/gonvim)
- Gopher in Gonvim image was created by Takuya Ueda (https://twitter.com/tenntenn)