glrnvim
glrnvim copied to clipboard
glrnvim wraps nvim with your favourite terminal into a standalone, non-fancy but daily-usable neovim GUI.
This PR introduces a new configuration option `term_config_path`. If set, terminal supporting configuration via command line use `term_config_path` as configuration path. This allows me to have a different Kitty config...
I'm on macOS BigSur I installed via cargo build, then creating an executable.sh with ```zsh #!/bin/zsh cd ~/.local/git/glrnvim cargo run exit 0 ``` Hooking this skript up via Alfred Powerpack...
Just wanted to share my thought: I think an Electron (or web-based) GUI can be made, and it can be fast. Just no one has done it yet. Usually they...
It is not changing the background when I run `:set background=light` I am looking for the same kind of look as when I run `set background=light` in neovim-gtk. Thanks for...
When closing a glrnvim window holding a buffer with unsaved changes, neovim gets terminated and a swap file remains. Instead, it would be more graceful to have a "Save changes"...