Skip to content

Instantly share code, notes, and snippets.

@osa1
Last active February 5, 2019 11:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save osa1/f3585ddab933d15d62d370f8dc4bb91b to your computer and use it in GitHub Desktop.
Save osa1/f3585ddab933d15d62d370f8dc4bb91b to your computer and use it in GitHub Desktop.
vim configure params
# vim
./configure --with-features=huge \
--enable-gui=qt \
--prefix=/home/omer \
--enable-pythoninterp \
--enable-python3interp \
--enable-rubyinterp \
--enable-perlinterp \
--with-python-config-dir=/usr/lib64/python2.7/config \
--with-python3-config-dir=/usr/lib64/python3.4/config-3.4m/
# neovim
make CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX=/home/omer" CMAKE_BUILD_TYPE=Release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment