From: Silvio Rhatto Date: Mon, 17 Feb 2014 02:12:04 +0000 (-0300) Subject: Using github color scheme on vim X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=999f4faef1ef4c6a50b3ec81078ee52e2ee8ee21;p=rhatto%2Fdotfiles%2Fvim.git Using github color scheme on vim --- diff --git a/gvimrc.dot.link b/gvimrc.dot.link index 5f722fd..28d63bd 100644 --- a/gvimrc.dot.link +++ b/gvimrc.dot.link @@ -16,3 +16,6 @@ map cd :cd %:p:h>cr< " Font configuration set gfn=Monospace\ 8 + +" Color scheme +colorscheme solarized diff --git a/vimrc.dot.link b/vimrc.dot.link index 09dd4ad..524d137 100644 --- a/vimrc.dot.link +++ b/vimrc.dot.link @@ -94,4 +94,4 @@ vmap c"+p imap + " Color scheme -colorscheme solarized +colorscheme github