Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dzhou121/gonvim
https://github.com/dzhou121/gonvim
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dzhou121/gonvim
- Owner: dzhou121
- License: mit
- Created: 2017-03-08T06:59:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-14T09:13:01.000Z (almost 3 years ago)
- Last Synced: 2024-10-16T09:25:31.529Z (23 days ago)
- Language: Go
- Size: 8.38 MB
- Stars: 1,792
- Watchers: 44
- Forks: 34
- 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)
![](https://raw.githubusercontent.com/wiki/dzhou121/gonvim/screenshots/main.png)
## 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)