small pixel drawing of a pufferfish dotfiles

Enable truecolor support
Jes Olson jolson@digitalocean.com
Wed, 27 Oct 2021 10:47:49 -0500
commit

74af201c0e9d0871ddc6d716f4c26c327cedcf58

parent

99b13ca1a86731ccd903cc4d0d935c526a9ae7ec

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