https://github.com/dzhou121/gonvim
https://github.com/dzhou121/gonvim
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dzhou121/gonvim
- Owner: dzhou121
- License: mit
- Created: 2017-03-08T06:59:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-14T09:13:01.000Z (over 3 years ago)
- Last Synced: 2025-04-01T11:02:17.179Z (about 1 month ago)
- Language: Go
- Size: 8.38 MB
- Stars: 1,790
- Watchers: 45
- Forks: 32
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-github-stars - dzhou121/gonvim - (Go)
- awesome - gonvim - (Go)
README
# Gonvim
## This is no longer maintained. Please check this fork (https://github.com/akiyosi/goneovim)
## If you're interested, I've started [a new code editor project](https://github.com/lapce/lapce) which is written in Rust.
Neovim GUI written in Golang, using a [Golang qt backend](https://github.com/therecipe/qt)
`Downloads:` Pre-built packages for Windows, macOS, and Linux are found at the [Releases](https://github.com/dzhou121/gonvim/releases/) page.
`Requirements:` [Neovim](https://github.com/neovim/neovim) (v0.2)

## Features
- [Modern UI](https://github.com/dzhou121/gonvim/wiki/Features#tabline-statusline-lint-message-command-line-and-message)
- [Fuzzy Finder](https://github.com/dzhou121/gonvim/wiki/Features#fuzzy-finder-in-gui)
- [Workspace](https://github.com/dzhou121/gonvim/wiki/Features#workspace)
- [Markdown Preview](https://github.com/dzhou121/gonvim/wiki/Features#markdown-preview)## Documenation
- [Configurations](https://github.com/dzhou121/gonvim/wiki/Configurations)
- [Development](https://github.com/dzhou121/gonvim/wiki/Development)