Update truecolor terminal support link to new repo. Original Gist was moved to a section of a larger repo.

stovemilk
2023-05-28 02:48:41 +00:00
parent 1e322dde5e
commit d83926a44e

@@ -36,7 +36,7 @@ if (empty($TMUX))
endif endif
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) [Neovim + iTerm2 + Truecolor = Awesome](https://medium.com/@ericclifford/neovim-item2-truecolor-awesome-70b975516849)