-
Notifications
You must be signed in to change notification settings - Fork 11
Vim Binaries
Santiago Agüero edited this page Jul 30, 2016
·
2 revisions
Get the latest macvim version with
brew install macvim --with-cscope --with-lua --HEAD
You can use macvim -v
for terminal vim.
Compile from scratch following this guide
Ensure the following libraries are in place for having clipboard support:
sudo dnf install libX11-devel libSM-devel libXpm-devel libXt-devel libXtst-devel libXmu-devel
Then proceed with the regular compilation process, ie:
./configure \
--with-features=huge \
--enable-multibyte \
--enable-pythoninterp \
--with-x \
--with-python-config-dir=/usr/lib/python2.7/config
make -j 4
sudo make install
Use the latest compiled version from here
You can use terminal vim in Windows. I recommend doing it with the console emulator cmder