mirror of
https://github.com/xlogerais/config-vim
synced 2024-11-10 00:21:41 +01:00
update
This commit is contained in:
parent
4601fc1708
commit
47b08a1ef0
5
vimrc
5
vimrc
@ -108,6 +108,11 @@ if (&term =~ 'xterm')
|
|||||||
set t_Co=256
|
set t_Co=256
|
||||||
set mouse=a
|
set mouse=a
|
||||||
colorscheme mustang
|
colorscheme mustang
|
||||||
|
if (&term =~ 'kitty')
|
||||||
|
set termencoding=utf-8
|
||||||
|
set t_Co=256
|
||||||
|
set mouse=a
|
||||||
|
colorscheme mustang
|
||||||
elseif (&term =~ 'rxvt')
|
elseif (&term =~ 'rxvt')
|
||||||
set termencoding=utf-8
|
set termencoding=utf-8
|
||||||
set t_Co=256
|
set t_Co=256
|
||||||
|
Loading…
Reference in New Issue
Block a user