/.vim

Source controlled version of my .vimrc

Primary LanguageVim ScriptMIT LicenseMIT

.vim

Source controlled version of my .vimrc

Install:

  • clone this repo in your home directory
  • Either add a symlink to ./.vim/.vimrc from ~/.vimrc in ~ (*NIX-based) or in $HOME (win32-based). BEWARE ~ in Win32 for subsequent steps
  • Install Vundle: git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
  • install ack through: brew install ack
  • in Vim, execute :PluginInstall