diff --git a/Terminal-specific.md b/Terminal-specific.md index 88c7c6b..ddb5871 100644 --- a/Terminal-specific.md +++ b/Terminal-specific.md @@ -16,9 +16,8 @@ There are four possible ways to get right colors at the terminal: - using terminal 16-color base colorscheme - using urxvt-256-xresources -##### 0. (Recommended) NVIM_TUI_ENABLE_TRUE_COLOR=1 -Neovim supports true color terminal out of the box with just a single environment variable. No workarounds anymore. -Be sure to check related sources first: +##### 0. (Recommended) Neovim True Color support +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): [Neovim + Item2 + Truecolor = Awesome](https://medium.com/@ericclifford/neovim-item2-truecolor-awesome-70b975516849)