davidkrisch / vim-config

my working vim configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is my vim configuration. I use it for daily development on Mac OS X.

Installation

  1. Backup your existing configuration (~/.vimrc and ~/.vim)

  2. Clone the repository

     git clone git@github.com:davidkrisch/vim-config.git ~/.vim
     cp ~/.vim/vimrc ~/.vimrc
    
  3. Clone Vundle

     git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
    
  4. Sync the Git submodules

     cd ~/.vim
     git submodule init
     git submodule update
    
  5. Launch vim and run :BundleInstall

Plugin Specific Installation

Color Scheme

For a Vim colorscheme, I use Solarized. I install it as the default colorscheme in iTerm2 and Vim inherits the colorscheme. Installation instructions can be found in the solarized submodule of this repository or here.

Patched fonts for vim-airline

Install patched fonts from powerline.

Pick a font you like - I like FiraMono regular - and download it. Then right click the font in the Downloads folder and select "Open with" and then FontBook. Install the font in FontBook, then choose that font as the default in your iTerm2 profile. After that you should see the fancy triangle shaped characters in the status line.

About

my working vim configuration


Languages

Language:Vim Script 97.8%Language:Vim Snippet 2.2%