Note that neovide requires neovim 0.4 or greater.

macos-click-through
Keith Simmons 5 years ago committed by GitHub
parent e8e69f757e
commit ad3409f3e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -43,8 +43,7 @@ I've got more ideas for simple unobtrusive improvements. More to come.
Currently there is just a Windows binary under the [project releases](https://github.com/Kethku/neovide/releases). I'm
hoping to automate and produce Mac and Linux binaries as well, but I haven't gotten there yet.
Installing should be as simple as downloading the binary, making sure `nvim.exe` is on your path, and running it. Everything
should be self contained.
Installing should be as simple as downloading the binary, making sure `nvim.exe` with version 0.4 or greater is on your path, and running it. Everything should be self contained.
## Building
@ -52,6 +51,8 @@ Building instructions are somewhat limited at the moment. All the libraries I us
support for Windows, Mac, and Linux. The rendering however is Vulkan-based, so driver support for Vulkan will be
necessary. On Windows this should be enabled by default if you have a relatively recent system.
Note: Neovide requires neovim version 0.4 or greater.
### Windows
1. Install the latest version of Rust. I recommend <https://rustup.rs/>

Loading…
Cancel
Save