-
Notifications
You must be signed in to change notification settings - Fork 70
Installation on Windows
Install Knack Nerd Font Mono (Knack_NF), a patched Hack font from here (click to download)
Note that this font is a slightly different version compared to the one in Linux/macOS installation instruction. The font name is renamed to Knack_NF for the sake of Windows
The Vim binary from tuxproject.de
ships with full feature. You can download it here: tuxproject.de/projects/vim
Note that this copy of Vim does not ship with Lua dynamic library. If you need to use NeoComplete, you'll need to download a msvc version of Lua53.dll here (Use Lua-5.3.3_Win*-bin.zip
according to your Vim arch.)
Latest neovim can be downloaded from the official CI build. Please see their Wiki for details: neovim/neovim/wiki/Installing-Neovim#windows
Installing git via official installer is recommended. You can download it at git-scm.com/downloads
Alternatively, git can also be set up using msys, cygwin...
If you need tagbar support, you'll need to install ctags for Windows from here (click to download)
cd ~
git clone https://github.com/LER0ever/EverVim .EverVim
cd ~\.EverVim
.\Boot-EverVim.ps1
If you encounter an "Unauthorized access" error, please try set-ExecutionPolicy RemoteSigned
.
- Open you Vim GUI: GVim, neovim-qt
- Type
:PlugInstall
, hit enter - Wait for the plugin installation to finish
Alternatively, if you are under problematic network environment (say for some reason cannot connect to Github), you can use the precompiled bundle archive from Appveyor autobuild: Latest appveyor artifact
Extract the zip, and copy the bundle folder to .EverVim/bundle
Restart vim and