Skip to content

Commit

Permalink
v0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
akiyosi committed Dec 31, 2023
1 parent f6c1a2a commit 25e4699
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Goneovim

![CI](https://github.com/akiyosi/goneovim/workflows/CI/badge.svg)
[![Go Report Card](https://goreportcard.com/badge/github.com/akiyosi/goneovim)](https://goreportcard.com/report/github.com/akiyosi/goneovim)
![GitHub Releases](https://img.shields.io/github/downloads/akiyosi/goneovim/v0.6.7/total)
![GitHub Releases](https://img.shields.io/github/downloads/akiyosi/goneovim/v0.6.8/total)
[![Join the chat at https://gitter.im/goneovim/community](https://badges.gitter.im/goneovim/community.svg)](https://gitter.im/goneovim/community)

Goneovim is a Neovim GUI written in Go, using a [Qt binding for Go](https://github.com/therecipe/qt).
Expand Down Expand Up @@ -44,6 +44,7 @@ All of the features are optional. You can use it like a plain nvim or as a nvim
- Features as neovim GUI
- Externalizable tabline, popupmenu, wildmenu, cmdline, messages
- Support gui option: `guifont`, `guifontwide`, `guifont=*`, `linespace`, `guicursor`. You don't need `neovim-gui-shim`
- Supports per character font fallback feature
- Support mouse
- Independent font settings per window (experimental)
- Attach/Connect feature to a remote nvim
Expand Down

0 comments on commit 25e4699

Please sign in to comment.