Merge branch 'main' of github.com:elitherl/vim-config into main

This commit is contained in:
Edward Litherland-Smith 2022-02-02 11:42:54 +00:00
commit 2e8dc165c9

View file

@ -10,4 +10,4 @@ To reset `configure` options: `make clean distclean`
| `--enable-python3interp` | Compile with python3, *Don't be in virtual env for this* | | `--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* | | `--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` Standard command: `./configure --prefix="$HOME/.local" --with-features=huge --enable-python3interp --with-python3-command=/usr/bin/python3`