From 65793efe248b2bd5fc4cd50fcfe8fad6128b4611 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Sun, 21 Jun 2015 21:18:22 -0600 Subject: [PATCH] added pathogen and pencil airline theme --- vimrc | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/vimrc b/vimrc index d5bb6fa..d9ff440 100644 --- a/vimrc +++ b/vimrc @@ -1,8 +1,27 @@ -syntax enable +" load pathogen +execute pathogen#infect() + +" disable vi compatibility +set nocompatible + +" colorscheme set background=dark -colorscheme solarized -set smartindent +colorscheme pencil +let g:airline_theme = 'pencil' +" display line numbers +set nu + +" toggle highlight line +nnoremap :set cursorline! + +" enable syntax highlighting +syntax enable + +" set up indenting set tabstop=2 set shiftwidth=2 set expandtab +filetype plugin indent on + +" iabbrev