diff --git a/Terminal-specific.md b/Terminal-specific.md index 0d50124..e38b1b6 100644 --- a/Terminal-specific.md +++ b/Terminal-specific.md @@ -36,7 +36,7 @@ if (empty($TMUX)) endif endif ``` -to your Vim/Neovim configuration file to allow it to support Truecolor, which is usually your `~/.vimrc` or your `~/.config/nvim/init.vim`. 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): +to your Vim/Neovim configuration file to allow it to support Truecolor, which is usually your `~/.vimrc` or your `~/.config/nvim/init.vim`. Also see [this repo](https://github.com/termstandard/colors#terminal-emulators) 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 + iTerm2 + Truecolor = Awesome](https://medium.com/@ericclifford/neovim-item2-truecolor-awesome-70b975516849)