Add docs reference
This commit is contained in:
parent
891c08254b
commit
1d9feb1349
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ set splitbelow
|
||||||
if exists('+termguicolors')
|
if exists('+termguicolors')
|
||||||
" enable termguicolors correctly for terminals other than
|
" enable termguicolors correctly for terminals other than
|
||||||
" xterm-256color see https://github.com/vim/vim/issues/993
|
" 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_8f = "\<Esc>[38;2;%lu;%lu;%lum"
|
||||||
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
|
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
|
||||||
set termguicolors
|
set termguicolors
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue