gnvim icon indicating copy to clipboard operation
gnvim copied to clipboard

GUI for neovim, without any web bloat

Results 49 gnvim issues
Sort by recently updated
recently updated
newest added

This commit tries to replicate how GVim handles drop events for files and text. added: - When text is dropped, it will pasted to the current buffer and cursor (nvim_paste)....

Hello, A little additional data safety feature I think would be awesome is triggering a quit_confirm when OS-closing the window. Causing a prompt when trying to close the client while...

If i close the editor window with window close button, the changes in the open buffers are silently lost.

Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.6. Changelog Sourced from regex's changelog. 1.5.6 (2022-05-20) This release includes a few bug fixes, including a bug that produced incorrect matches when a non-greedy...

dependencies

I'd like to permanently disable the cursor animations, but it looks like when I put the `GnvimCursorEnableAnimations 0` in my vimrc, it fails with an error that says `Not an...

Hi there, Many GUI programs allow you to change the WM_CLASS of this program using a `--class` argument, e.g., see `gnome-terminal`. This would be useful e.g., in `i3` for assigning...

Hey, if i create a floating window with the following border chars: ``` ['🭽', '▔', '🭾', '▕', '🭿', '▁', '🭼', '▏'] ``` It doesn't render very nicely: ![image](https://user-images.githubusercontent.com/1681236/147675795-1309c773-89d3-4783-829a-b77f67a5a670.png) (looks fine...

This fixes a compiler warning which was introduced in a recent version of the rust compiler. The warning will eventually be elevated to an error.

Scrollbars are a pretty crucial feature for editing larger files, and one I sorely miss from gvim. It would be perfect if it could also obey settings from `guioptions`. If...

Hello. Mapping doesn't work. This is Alt-; I use this without issue in the TUI, and also in other GUIs (fvim, goneovim). Tried launching it from the terminal and test...