# VIM build options To reset `configure` options: `make clean distclean` ## `./configure` | Commmand | Effect | | -------------------------------- | -------------------------------------------------------- | | `--prefix=$HOME/.local` | Local install so don't need `sudo` | | `--with-features=huge` | Enable all extra VIM features | | `--enable-python3interp` | Compile with python3, *Don't be in virtual env for this* | | `--with-python3-command=python3` | Compile with python3, *Don't be in virtual env for this* | Standard command: `./configure --prefix="$HOME/.local" --with-features=huge --enable-python3interp --with-python3-command=/usr/bin/python3` Heimdall specific (using pyenv install): `./configure --prefix="$HOME/.local" --with-features=huge --enable-python3interp --with-python3-command=/home/elitherl/.pyenv/versions/3.9.10/bin/python --with-python-config-dir=/home/elitherl/.pyenv/versions/3.9.10/lib/python3.9/config-3.9-x86_64-linux-gnu`