From e2559a18bbba1def6c664fd9a5ce75f452d612d7 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 22 Jul 2015 15:20:42 -0300 Subject: Updates fonts, colors and powerline --- gvimrc.dot.link | 9 ++++++++- vimrc.dot.link | 5 +++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/gvimrc.dot.link b/gvimrc.dot.link index 334a9a3..3870a2d 100644 --- a/gvimrc.dot.link +++ b/gvimrc.dot.link @@ -17,7 +17,14 @@ set nu map cd :cd %:p:h>cr< " Font configuration +" Terminus is currently rendering slowly +"set gfn=Terminus\ 8 +"set gfn=PowerlineFont\ 8 set gfn=Monospace\ 8 +" 256 colors support +set t_Co=256 + " Color scheme -colorscheme solarized +"colorscheme solarized +colorscheme xoria256 diff --git a/vimrc.dot.link b/vimrc.dot.link index 6c52efb..45f1837 100644 --- a/vimrc.dot.link +++ b/vimrc.dot.link @@ -159,3 +159,8 @@ noremap ,dd zi:.;/^-- $/dO-- zi "colorscheme zenburn "colorscheme inkpot colorscheme xoria256 + +" Powerline +"python from powerline.vim import setup as powerline_setup +"python powerline_setup() +"python del powerline_setup -- cgit v1.2.3