-
Notifications
You must be signed in to change notification settings - Fork 171
Windows AppVeyor Builds
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
Artifacts
tab. -
Click on the generated zip file,
neovim-qt.zip
and 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 commits
button.
- 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 ofbin
andshare
tonvim-win64
. Conflicts will occur, overwrite. - Run
nvim-qt.exe
from thenvim-win64
folder. - Optional: Add the
nvim-win64\bin
folder to your%PATH%
variable.