mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-13 05:53:51 -05:00
color setting in tutorial
This commit is contained in:
13
README.md
13
README.md
@@ -178,6 +178,19 @@ let g:lightline = {
|
||||
\ }
|
||||
```
|
||||

|
||||
Still, you have problems like
|
||||

|
||||
add
|
||||
```sh
|
||||
export TERM=xterm-256color
|
||||
```
|
||||
to your `.*shrc` and add
|
||||
```vim
|
||||
if !has('gui_running')
|
||||
set t_Co=256
|
||||
endif
|
||||
```
|
||||
to your `.vimrc`.
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user