1
0
mirror of https://github.com/xlogerais/config-vim synced 2024-09-19 22:29:58 +02:00
This commit is contained in:
Xavier Logerais 2022-09-22 18:34:30 +02:00
parent 4601fc1708
commit 47b08a1ef0

5
vimrc
View File

@ -108,6 +108,11 @@ if (&term =~ 'xterm')
set t_Co=256
set mouse=a
colorscheme mustang
if (&term =~ 'kitty')
set termencoding=utf-8
set t_Co=256
set mouse=a
colorscheme mustang
elseif (&term =~ 'rxvt')
set termencoding=utf-8
set t_Co=256