No Nonsense Neovim Client in Rust
Go to file
Alexsander Falcucci a4fad9d89e
versioning: generate nightly versions from git describe (#3399)
we introduce NEOVIDE_BUILD_VERSION in build.rs from `git describe` so tagged builds keep the
package version and non-tagged builds report `nightly-<count>+g<sha>` with `-dirty`
preserved when applicable.

we kinda of follow the neovim pattern for nightly versions since the target users are used to it.

we also add cargo rerun tracking for git metadata and tracked files, and use the generated version
for the CLI `--version` output, startup version logging and `g:neovide_version`
consecutively.

note: bundles will not be affected since they have its own limited versioning scheme.
2026-03-12 17:44:31 +01:00
.config Switch to nextest as test runner 2022-07-23 12:25:38 +02:00
.github versioning: generate nightly versions from git describe (#3399) 2026-03-12 17:44:31 +01:00
assets Indicate startup-notification in desktop entry (#3335) 2026-01-15 10:36:47 +01:00
extra/osx/Neovide.app/Contents feat: support missing file extensions and mime types (#3304) 2025-11-21 08:36:31 +01:00
lua fix: re-enable the IME pre-edit support (#3221) 2026-02-04 19:30:24 +01:00
macos-builder build-dmg: improve build script reliability (#3343) 2026-01-31 17:49:37 +01:00
neovide-derive fmt: standardize rustfmt style_edition = 2024 (#3394) 2026-03-10 21:19:40 +01:00
snap release: 0.12.0 2023-12-24 11:37:40 +01:00
src versioning: generate nightly versions from git describe (#3399) 2026-03-12 17:44:31 +01:00
ubuntu-builder Fix AppImage support and Dockerfile for testing (#1941) 2023-07-30 19:51:16 +02:00
website docs: add nightly tag for multi-window (#3378) 2026-02-28 08:16:37 +01:00
wix qol update for windows installer (#3349) 2026-02-08 13:27:15 +01: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 versioning: generate nightly versions from git describe (#3399) 2026-03-12 17:44:31 +01:00
Cargo.lock bump skia-safe to 0.93.1 (#3392) 2026-03-10 15:09:17 +01:00
Cargo.toml bump skia-safe to 0.93.1 (#3392) 2026-03-10 15:09:17 +01:00
LICENSE Update LICENSE 2023-01-11 12:07:07 -08:00
README.md docs: add sponsor page and update contribution options (#3302) 2025-11-21 06:53:03 +01:00
rustfmt.toml fmt: standardize rustfmt style_edition = 2024 (#3394) 2026-03-10 21:19:40 +01: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

Installation

Pre-built releases for macOS, Windows and Linux are published on the GitHub Releases page and each release includes signed installers or AppImage builds. For detailed package-manager commands, verification steps and build from source instructions, see the installation guide on neovide.dev

Getting help

Neovide is maintained in spare time, so please be patient when asking for support. Depending on your question:

  • Use the issue tracker for reproducible bugs or crash reports.
  • Open a thread in GitHub Discussions for general questions, tips, or feature ideas.
  • Chat in real time on Discord or on Matrix if you want help from other community members.

Discussions and chat are better suited to questions or workflow brainstorming, while the issue tracker works best for actionable bugs.

Supporting the Project

If you use and like Neovide, please consider sponsoring the project on GitHub. Funding helps pay for code-signing certificates, cross-platform hardware and the time maintainers spend supporting users. There are tiers for individuals and teams, and one-time contributions are welcome too.

Read more about sponsoring Neovide.

License

Licensed under MIT.