-
FYI I made a first pass at an AUR package for neovim-gtk: . This makes it easy to build and install on Arch Linux:
```
git clone https://aur.archlinux.org/neovim-gtk-git.git
cd neovim-gtk-git
m…
-
Possible related to https://github.com/daa84/neovim-gtk/issues/58#issuecomment-366181843
Looks that neovim-gtk window not have borders where I can click and drag to resize the window, except on the…
-
Hi! I'm a long time neovim-gtk user, and for a while now I've actually been working on making quite a number of improvements to neovim-gtk on [a fork I've been maintaining](https://github.com/lyude/ne…
Lyude updated
3 years ago
-
When opening files in tabbed view, the GTK4 widget seems to be using some old version of the widget that doesn't honor current looks.
- OS: Debian Sid
- Neovim version: v0.9.0-dev-810+gb8288df99…
-
Would you be willing to add [all three variants](https://github.com/rebelot/kanagawa.nvim?tab=readme-ov-file#themes) - wave, dragon, and lotus of the original theme by rebelot?
I've never worked wi…
-
**Describe the bug**
I have a situation where I'd like to run neovim-gtk on my local laptop while running neovim itself on a remote machine. (Essentially, this would be to work in GitHub Codespace…
-
**Describe the bug**
If you have wrapping enabled in neovim-gtk (`:set wrap`) and you have a long string of text which contains words of varying lengths (such as the string "foo ba " repeated until w…
Lyude updated
3 years ago
-
**Describe the bug**
I installed the `neovim-gtk-git` package from the AUR.
When I try to open a file in the `.git` folder from the commandline, `neovim-gtk` opens just a new unnamed file.
**Step…
-
The [XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/latest/) is a widely used setup for applications to store their files. It allows for a clean home folder and …
-
NeoVim-GTK was announcing his menu on dbus, so Global Menu was working a few months ago.
Now, with the menu inside a "dots button", **this doesn't work any more**.
- OS: kUbuntu 18.10
- Neovim …