Compiling Vim from source is actually not that difficult. Here's what you should do: 1. Install all the prerequisite libraries (including Git) a. For a Debian-like Linux distribution like Ubuntu, type sudo apt install libncurses5-dev libgnome2-dev li…