Use solarized colour scheme for vim.
This commit is contained in:
parent
e54c5c79d7
commit
f90d3ac405
6
.vimrc
6
.vimrc
@ -1,8 +1,10 @@
|
|||||||
colors koehler
|
|
||||||
filetype plugin on
|
filetype plugin on
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
syntax on
|
|
||||||
execute pathogen#infect()
|
execute pathogen#infect()
|
||||||
|
syntax enable
|
||||||
|
set background=dark
|
||||||
|
colorscheme solarized
|
||||||
|
let g:solarized_termcolors=256
|
||||||
|
|
||||||
set bs=2
|
set bs=2
|
||||||
set nocompatible
|
set nocompatible
|
||||||
|
Loading…
Reference in New Issue
Block a user