Skip to content

renanivo/dotvim

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

dotVIM

My vim configurations

Screenshot

Install

git clone git://github.com/renanivo/dotvim.git ~/.vim
cd ~/.vim
make

Dependencies

  • Ruby

  • NPM

  • ack command line tool

    install on Ubuntu

    sudo apt-get install ack-grep

    install on OSX

    brew install ack

    read more

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