Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miyakogi committed Jan 13, 2016
1 parent 243ab17 commit d2406e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ let g:seiya_auto_enable=1

This option is helpful for [Neovim](https://neovim.io/) users.

In Neovim with true-color terminal (`$NVIM_TUI_ENABLE_TRUE_COLOR=1`), this plugin does not work since gui\* highlight groups are used even when it's running on terminal. Below config solves this problem.

```vim
" Default value: ['ctermbg']
let g:seiya_target_groups = has('nvim') ? ['guibg'] : ['ctermbg']
```

In Neovim with true-color terminal, this plugin does not work since gui\* highlight groups are used even when it's running on terminal. This option solves this problem.

0 comments on commit d2406e8

Please sign in to comment.