/vimpire

A collection of VIM settings, plugins, and themes.

Primary LanguageVim Script

Vimpire

A curated collection of Vim settings, plugins, and themes. 👿

Tested using Vim 7.4 - Huge

Plugins:

  • ack.vim
  • ctrlp.vim
  • NERDTree
  • syntastic
  • vim-airline
  • vim-better-whitespace
  • vim-easymotion
  • vim-fugitive
  • vim-gitgutter
  • vim-haml
  • vim-javascript-syntax
  • vim-markdown
  • vim-perl
  • vim-puppet
  • vim-rails
  • vim-ruby
  • vim-sensible
  • vim-snipmate
    • vim-tlib
    • vim-addons-mw-utils
  • vim-snippets
  • vim-surround

Themes:

  • jellybeans.vim - default theme
  • ir_black
  • molokai
  • vim-vividchalk

Linux Installation:

Back up your existing .vimrc and .vim directory if you have them:

mv ~/.vimrc ~/.vimrc-backup && mv ~/.vim ~/.vim-backup

Clone the repository:

git clone --recursive https://github.com/ATNI/vimpire.git ~/.vim

Symlink the Vimpire vimrc file into place:

ln -s ~/.vim/etc/vimrc ~/.vimrc

If you need to customize, you can create your own personal vimrc that will be loaded last:

vim ~/.personal.vimrc

Upgrading Vimpire:

Enter your .vim directory:

cd ~/.vim

Download the latest Vimpire code:

git pull && git submodule init && git submodule update