That time I had to compile Vim from source... Adapted for ubuntu on windows, clean install Install Prereqs sudo apt-get update sudo apt-get install gcc make libncurses-dev ruby ruby-dev python3-dev libpython3-dev libperl-dev lua5.3 liblua5.3-dev Clone the Vim repo from GitHub.