Add some notes on compiling vim
This commit is contained in:
parent
442b41ccd0
commit
9ece6e7600
9
compile_options.md
Normal file
9
compile_options.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# VIM build options
|
||||
|
||||
## `./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* |
|
Loading…
Reference in a new issue