From 1d9feb1349b22c9e8d0014c8cb2e5247ed6a16e2 Mon Sep 17 00:00:00 2001 From: Sonny Date: Wed, 26 Jun 2019 23:22:53 +0200 Subject: [PATCH] Add docs reference --- vim/.vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/.vimrc b/vim/.vimrc index 7133d8f..0497230 100755 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -14,6 +14,7 @@ set splitbelow if exists('+termguicolors') " enable termguicolors correctly for terminals other than " xterm-256color see https://github.com/vim/vim/issues/993 + " also see :h xterm-true-color let &t_8f = "\[38;2;%lu;%lu;%lum" let &t_8b = "\[48;2;%lu;%lu;%lum" set termguicolors