Add docs reference

This commit is contained in:
Sonny 2019-06-26 23:22:53 +02:00
parent 891c08254b
commit 1d9feb1349

View file

@ -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 = "\<Esc>[38;2;%lu;%lu;%lum"
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
set termguicolors