Use solarized colour scheme for vim.

This commit is contained in:
staticsafe 2014-04-18 18:58:21 +00:00
parent e54c5c79d7
commit f90d3ac405
1 changed files with 4 additions and 2 deletions

6
.vimrc
View File

@ -1,8 +1,10 @@
colors koehler
filetype plugin on
filetype plugin indent on
syntax on
execute pathogen#infect()
syntax enable
set background=dark
colorscheme solarized
let g:solarized_termcolors=256
set bs=2
set nocompatible