dotVIM
My vim configurations
Install
git clone git://github.com/renanivo/dotvim.git ~/.vim
cd ~/.vim
make
Dependencies
-
ack
command line toolinstall on Ubuntu
sudo apt-get install ack-grep
install on OSX
brew install ack
Known Issues
Ack.vim plugin looks for the command ack. In Ubuntu this command is known as ack-grep. In order to make it work on Ubuntu, you have to execute:
make ubuntu
You can don it manually adding the following line to your .vimrc
source ~/.vim/vimrc
let g:ackprg="ack-grep -H --nocolor --nogroup --column"
Updates
make update
Installed Plugins
Look at vimrc