Enable truecolor support
Jes Olson jolson@digitalocean.com
Wed, 27 Oct 2021 10:47:49 -0500
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
.config/nvim/init.vim
→
.config/nvim/init.vim
@@ -9,6 +9,7 @@ Plug 'cormacrelf/vim-colors-github'
call plug#end() colorscheme github +set termguicolors " required for truecolor support " idk, this resolved the following weirdness: " https://github.com/vim/vim/issues/2049