Windows AppVeyor Builds - equalsraf/neovim-qt GitHub Wiki
On Windows, you can download builds for any commit made within the past 6 Months.
Instructions for installing the latest available master build.
-
Go to the latest commit.
-
Click on the link left of the commit title. Either ✔️ or ❌.
-
Click on the "Details" link for AppVeyor. The AppVeyor icon is Blue/Teal.

-
From the AppVeyor page, select either toolchain (MSVC or GCC should both work).

-
Scroll down on the next page, and click on the
Artifactstab. -
Click on the generated zip file,
neovim-qt.zipand the file will start downloading.

NOTES:
Builds marked ❌ are not necessarily bad.
Builds with a ✔️ next to AppVeyor should work.
Generally, the latest master commit is in a good state. If you experience problems, please open an Issue.
You can also download commits other than the latest one.
- Go to the neovim-qt homepage
- Click the
N commitsbutton.

- Click the ✔️ or ❌ for any commit.
- Follow steps 3 - 6 above.
Instructions for installation of the neovim-qt.zip folder.
If your %PATH% includes a copy of nvim.exe you can simply extract the folder to any location and run nvim-qt.exe.
Here is installation an example:
- Download the latest version of Neovim: Nighly Release or Stable Release.
- Extract
nvim-win64.zip. - Extract
neovim-qt.zip. - From
neovim-qt, copy the contents ofbinandsharetonvim-win64. Conflicts will occur, overwrite. - Run
nvim-qt.exefrom thenvim-win64folder. - Optional: Add the
nvim-win64\binfolder to your%PATH%variable.