failed setting truecolor
This commit is contained in:
parent
212d7ad975
commit
d093667bd5
3
vimrc
3
vimrc
|
@ -96,6 +96,9 @@ filetype plugin indent on " required
|
||||||
" see :h vundle for more details or wiki for FAQ
|
" see :h vundle for more details or wiki for FAQ
|
||||||
" Put your non-Plugin stuff after this line
|
" Put your non-Plugin stuff after this line
|
||||||
|
|
||||||
|
" let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
|
||||||
|
" let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
|
||||||
|
" set termguicolors
|
||||||
colorscheme customred256
|
colorscheme customred256
|
||||||
|
|
||||||
set backupdir=~/.vimtmp
|
set backupdir=~/.vimtmp
|
||||||
|
|
Loading…
Reference in New Issue