From 748f0bd759a22a16e5a21f3cd4c857886f98c11d Mon Sep 17 00:00:00 2001 From: Tony Andrys Date: Wed, 13 Sep 2017 13:50:47 -0500 Subject: [PATCH] Item2 should be iTerm2 (fixed typo) --- Terminal-specific.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Terminal-specific.md b/Terminal-specific.md index b0103e7..cba5d7e 100644 --- a/Terminal-specific.md +++ b/Terminal-specific.md @@ -20,7 +20,7 @@ There are four possible ways to get right colors at the terminal: 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) +[Neovim + iTerm2 + Truecolor = Awesome](https://medium.com/@ericclifford/neovim-item2-truecolor-awesome-70b975516849) [True colour (24 bit) with Neovim, tmux and iTerm2](https://chris.chowie.net/2015/04/19/True-colour-with-neovim-tmux-and-iterm2/)