Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 347 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 347 Bytes

installation

Run git submodule init and git submodule update

Run install.sh which creates symlinks to all the config files

Launch vim and type :BundleInstall

Profit!

ack.vim

For vim.ack to run, on Debian/Ubuntu install ack-grep:

sudo apt-get install ack-grep

On Mac OS X, install with ack:

brew install ack