nvim-ui icon indicating copy to clipboard operation
nvim-ui copied to clipboard

gtk4 GUI for neovim

Results 23 nvim-ui issues
Sort by recently updated
recently updated
newest added

Some characters are wider than others, for example, `₴`. So cursor appears to be misplaced after such characters. One could calculate the proper caret position from Pango layout obtained from...

It'd be rather simple to output an HTML page with the styles and scripts embedded.

The pipeline, the rationale etc

It can be very convenient if we can do that!

The `src/meson.build` file has a reference (`subdir('gtkpp')`) to nonexistent gtkpp. Guess it was meant for code for a specific commit from https://github.com/btryba/gtkpp (?).

Show the changelog from the application menu. Will have to translate to HTML first.

The drawing of the hint underscore is inconsistent, the actions aren't activated no matter the keyboard layout.

Appimage was disabled because ubuntu-20.04 doesn't supply libgtk-4. The commit was: https://github.com/sakhnik/nvim-ui/commit/e34f2b86c280baf4db55d9fd3b17bea4b518dc9f Consider restoring appimage build either by bootstraping another distro or when a newer Ubuntu distro is available in...

Implement an IWindow to dump into a string. This would allow testing the whole Renderer against real nvim.