diff --git a/Terminal-specific.md b/Terminal-specific.md index 7db11d2..b0103e7 100644 --- a/Terminal-specific.md +++ b/Terminal-specific.md @@ -18,7 +18,7 @@ There are four possible ways to get right colors at the terminal: ##### 0. (Recommended) Neovim/Vim True Color support -Neovim and recent Vim support true color terminal out of the box with just a single configuration option. No workarounds anymore. Just add `set termguicolors` to your `$VIMRC`. Also see [this Gist](https://gist.github.com/XVilka/8346728) for a list of supported terminals. These older, related sources might still be useful (note that Neovim previously used an environment variable instead of a configuration option to enable True Color support): +Neovim and recent Vim support true color terminal out of the box with just a single configuration option. No workarounds anymore. Just add `set termguicolors` to your `$MYVIMRC`. Also see [this Gist](https://gist.github.com/XVilka/8346728) for a list of supported terminals. These older, related sources might still be useful (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)