Skip to content
forked from akiyosi/goneovim

📝Neovim GUI written in Golang, using a Golang qt backend

License

Notifications You must be signed in to change notification settings

h-michael/gonvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gonvim

Join the chat at https://gitter.im/gonvim/gonvim

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.

Features


Getting Started

Pre-built packages for Windows, macOS, and Linux are found at the Releases page.

MacOS

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

Linux

Deploy Neovim under the $PATH.

Windows

Add Gonvim bin path to %PATH% environment variable.


Documenation


Credits

About

📝Neovim GUI written in Golang, using a Golang qt backend

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.7%
  • Shell 0.3%