Update Neovim true color setup instructions.

Florian Walch
2016-08-29 09:53:09 +02:00
parent 165298cb27
commit acc41f7e82

@@ -16,9 +16,8 @@ There are four possible ways to get right colors at the terminal:
- using terminal 16-color base colorscheme - using terminal 16-color base colorscheme
- using urxvt-256-xresources - using urxvt-256-xresources
##### 0. (Recommended) NVIM_TUI_ENABLE_TRUE_COLOR=1 ##### 0. (Recommended) Neovim True Color support
Neovim supports true color terminal out of the box with just a single environment variable. No workarounds anymore. Neovim supports true color terminal out of the box with just a single configuration option. No workarounds anymore. See [this Neovim FAQ entry](https://github.com/neovim/neovim/wiki/FAQ#how-can-i-use-true-colors-in-the-terminal). Also check these related sources (note that Neovim previously used an environment variable instead of a configuration option to enable True Color support):
Be sure to check related sources first:
[Neovim + Item2 + Truecolor = Awesome](https://medium.com/@ericclifford/neovim-item2-truecolor-awesome-70b975516849) [Neovim + Item2 + Truecolor = Awesome](https://medium.com/@ericclifford/neovim-item2-truecolor-awesome-70b975516849)