neovim-gtk
neovim-gtk copied to clipboard
gtk ui for neovim
Right now, the `--nvim-bin-path` argument takes only the name of a binary. This is fine for local environments, but if one wants to run a Neovim instance on a remote...
**Describe the bug** Launch `nvim-gtk` with `NVIM_GTK_NO_HEADERBAR=1`. Type `:NGShowProjectView`. Nothing happens. I expected the popup to appear somewhere when requested by command, just that there would not be a button...
**Describe the bug** Passing a file to the command line will override the `"` marks on load. While opening a file when nvim-gtk is already running (`edit foo`) will not...
Tiny little ligature bug: If I have :set cursorcolumn and the highlighted column intersects a ligature then the ligature is broken and the underlying character is exposed. Note that if...
**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...
Like the title says, regardless of the `Tabline` setting, the tabline is never shown, unless a new tab is manually created by clicking on the `Open a new tab` icon...
Currently we just silently ignore this (see #17), but we could use this for implementing alpha transparency. This might end up being easier to do after creating a new `DrawingArea`...
``` $ cargo build error: failed to select a version for `env_logger`. ... required by package `nvim-gtk v1.1.0-devel (/home/gego/svn/neovim-gtk/neovim-gtk)` versions that meet the requirements `^0.11.0` (locked to 0.11.3) are: 0.11.3...
**Describe the bug** Every once in a while (relatively frequently), neovim-gtk bails for me. Right now, this might happen just after startup if I open a file with `:e`. Doing...