cd ~/ git clone https://github.com/vim/vim.git --depth 1 cd vim sudo rm -rf build mkdir build echo 'Setting configure' read ./configure --with-features=huge \ --enable-multibyte \ --enable-rubyinterp=yes \ --enable-python3interp=yes \ --with-python3-config-dir=/home/arjoonn/.pyenv/versions/3.8.0/lib/python3.8/config-3.8-x86_64-linux-gnu \ --enable-perlinterp=yes \ --enable-luainterp=yes \ --enable-gui=gtk2 \ --enable-cscope \ --prefix=/home/arjoonn/vim/build make -j8 make install