Skip to content

Instantly share code, notes, and snippets.

That time I had to compile Vim from source...

Adapted for ubuntu on windows, clean install

  1. 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
    
  2. Clone the Vim repo from GitHub.