oops, wrong vim version, 7.4 cannot termguicolors
This commit is contained in:
parent
1d0e1f93b9
commit
f14eb5dc32
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -164,7 +164,7 @@ if v:version >= 700
|
|||
colorscheme neodark
|
||||
map <S-Insert> <MiddleMouse>
|
||||
map! <S-Insert> <MiddleMouse>
|
||||
elseif (has("nvim") || v:version >= 704) && $TERM != 'screen'
|
||||
elseif (has("nvim") || v:version >= 800) && $TERM != 'screen'
|
||||
" fix tmux and st
|
||||
set t_8f=[38;2;%lu;%lu;%lum
|
||||
set t_8b=[48;2;%lu;%lu;%lum
|
||||
|
|
Loading…
Reference in a new issue