No Nonsense Neovim Client in Rust
Go to file
Alexsander Falcucci ed82335e08 ci: automate nightly cross-platform nightly-release builds
- add a github actions workflow to build and publish nightly pre-release builds for windows, macos, and linux
- automate cross-platform builds, packaging, and upload of release assets for each os
- ensure nightly releases are overwritten, and published as drafts before final release
- include steps for installing build toolchains and platform-specific dependencies
- support workflow scheduling via cron and manual dispatch
2025-11-08 04:05:48 +01:00
.config Switch to nextest as test runner 2022-07-23 12:25:38 +02:00
.github ci: automate nightly cross-platform nightly-release builds 2025-11-08 04:05:48 +01:00
.vscode Opengl (#655) 2021-06-13 15:55:40 -07:00
assets feat: add ability to open files from Finder in macOS (#2395) 2024-04-06 18:31:39 +03:00
extra/osx/Neovide.app/Contents Bump Neovide to 0.15.2, Neovide-derive to 0.1.4 (#3229) 2025-09-19 13:46:07 +03:00
lua feat: add :NeovideConfig command to open the configuration file (#3275) 2025-11-03 01:42:51 +01:00
macos-builder feat: create apple code signing and notarization (#2814) 2024-11-06 02:39:14 +01:00
neovide-derive Bump Neovide to 0.15.2, Neovide-derive to 0.1.4 (#3229) 2025-09-19 13:46:07 +03:00
snap release: 0.12.0 2023-12-24 11:37:40 +01:00
src fix(renderer): use saturating_sub for safer arithmetic in (#3109) 2025-11-03 18:15:56 +01:00
ubuntu-builder Fix AppImage support and Dockerfile for testing (#1941) 2023-07-30 19:51:16 +02:00
website feat: include a new icon field in the configuration file (#3274) 2025-11-03 02:10:46 +01:00
wix Create Windows installer (#1557) 2022-10-03 15:26:48 +02:00
.editorconfig Add editorconfig (#3241) 2025-10-01 15:52:16 +03:00
.gitignore feat: render same z-index together (#2467) 2024-04-19 13:34:31 -07:00
.nvim-dap.lua chore: format and add stylua.toml (#2823) 2024-10-07 23:24:30 +03:00
build.rs swap to new icon 2021-06-24 19:05:50 -07:00
Cargo.lock fix: Use the Neovim grid clustering rules (#3242) 2025-10-31 16:36:35 -07:00
Cargo.toml fix: Use the Neovim grid clustering rules (#3242) 2025-10-31 16:36:35 -07:00
LICENSE Update LICENSE 2023-01-11 12:07:07 -08:00
README.md internal: Use macOS-latest runners and bump MACOSX_DEPLOYMENT_TARGET to 10.11 (#2844) 2024-10-21 18:15:53 +02:00
rustfmt.toml Add rustfmt.toml (#1750) 2023-01-30 01:34:19 -05:00
stylua.toml chore: format and add stylua.toml (#2823) 2024-10-07 23:24:30 +03:00

Neovide

Discord Chat on Matrix Discussions

This is a simple graphical user interface for Neovim (an aggressively refactored and updated Vim editor). Where possible there are some graphical improvements, but functionally it should act like the terminal UI.

To checkout all the cool features, installation instructions, configuration settings and much more, head on over to neovide.dev.


Screenshot of Neovide Screenshot of Neovide running on Windows

Author Notes

I've been using this as my daily driver since November 2019. It should be relatively stable, but I'm still working out some kinks and ironing out some cross platform issues. In general it should be usable at this point, and if it isn't I consider that a bug and appreciate a report in the issues! Any help and ideas are also greatly appreciated.

I'm also very interested in suggestions code quality/style wise when it comes to Rust. I'm pretty new to the language and appreciate any critiques that you might have to offer. I won't take all of them, but I promise to consider anything you might have to offer.

License

Licensed under MIT.