changes for 24bit colors in vim
This commit is contained in:
4
.vimrc
4
.vimrc
@@ -70,6 +70,10 @@ let g:syntastic_auto_loc_list = 1
|
||||
let g:syntastic_check_on_open = 1
|
||||
let g:syntastic_check_on_wq = 0
|
||||
|
||||
" 24bits color fix for tmux
|
||||
" inspiration from https://github.com/vim/vim/issues/3608
|
||||
let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
|
||||
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
|
||||
|
||||
" solarized config
|
||||
set termguicolors
|
||||
|
||||
Reference in New Issue
Block a user