Skip to content

rbuchss/vim-4-eva

Repository files navigation

vim-4-eva

my vim config

works best with vim compiled from source to get the source run:

hg clone https://vim.googlecode.com/hg/ vim
cd vim
hg pull
hg update

then config with these options: (includes clipboard support)

./configure --with-features=normal \
  --with-x --enable-gui=auto \
  --prefix=${HOME} \
  --enable-cscope \
  --enable-pythoninterp \
  --enable-rubyinterp --with-ruby-command=/usr/bin/ruby \
  --enable-perlinterp \
  --with-mac-arch=x86_64 \
  --enable-multibyte
sudo make && make install

Logo thanks to James Doyle

About

nuff said

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published