gnvim
gnvim copied to clipboard
GUI for neovim, without any web bloat
Changing Hl Cursor doesn't do any changes
I followed the [macOS instructions](https://github.com/vhakulinen/gnvim/#macos-without-webkit2gtk), but I'm not able to install `gnvim`: ```sh $ brew install gtk+3 librsvg ... $ make NOWEBKIT2GTK=1 ... $ make install install -d "/usr/local/bin" install...
Using the https://github.com/vhakulinen/gnvim/archive/v0.1.6.tar.gz release tarball and following the instructions to build on Mac (same result with calling `cargo build` directly): ``` $ brew install gtk+3 librsvg $ make NOWEBKIT2GTK=1 ```...
Installed everything according README (rust tool chain, libgtk-3-dev libwebkit2gtk-4.0-dev, make, install) but there so many graphics flaws. Please tell me what am I doing wrong? Ubuntu 20.04 LTS, last updates,...
At the moment, gnvim doesn't run on windows (anymore). This is because I moved the neovim's subprocess to use GTKs subprocess instead of rust's std `Command`, so that we do...
Similar to #88 I think. triggered while typing/completion python code with 3 splits (one terminal buffer). Second time this happens, so turning on the backtrace to try to catch more...
`cargo install --git https://github.com/vhakulinen/gnvim.git --tag v0.1.6` seems to install gnvim properly. You might want to add this as an alternative installation method since it doesn't require sudo access or manually...
Not exactly sure if my eyes are deceiving me, but it seems that the block cursor is falling behind when scrolling up and down. I have `cursorline` set, and from...
Is it possible to have a confirmation dialog when there are any unsaved buffers? Right now an accidental Alt+F4 can lose quite a lot of progress
Great GUI!! OS - archlinux desktop session - gnome on xorg commit - 1a47380 installation method - AUR Log: ```log thread 'main' panicked at 'called `Option::unwrap()` on a `None` value',...