From adb3363f74ac07a406360fcc4b0b770ceb475e07 Mon Sep 17 00:00:00 2001 From: itchyny Date: Sun, 25 Aug 2013 13:39:48 +0900 Subject: [PATCH] color setting in tutorial --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 0c25611..b38c9c9 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,19 @@ let g:lightline = { \ } ``` ![lightline.vim - tutorial](https://raw.github.com/wiki/itchyny/lightline.vim/image/tutorial/17.png) +Still, you have problems like +![lightline.vim - tutorial](https://raw.github.com/wiki/itchyny/lightline.vim/image/tutorial/20.png) +add +```sh +export TERM=xterm-256color +``` +to your `.*shrc` and add +```vim +if !has('gui_running') + set t_Co=256 +endif +``` +to your `.vimrc`.