From d83926a44e85540654b6ab1e77898ba32769e429 Mon Sep 17 00:00:00 2001 From: stovemilk <123669127+stovemilk@users.noreply.github.com> Date: Sun, 28 May 2023 02:48:41 +0000 Subject: [PATCH] Update truecolor terminal support link to new repo. Original Gist was moved to a section of a larger repo. --- Terminal-specific.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)