Commit 5405931
Changed files (1)
vimrc
@@ -66,11 +66,11 @@ runtime macros/matchit.vim
color happy_hacking
syntax enable " Turn on syntax highlighting allowing local overrides
set t_Co=256
-"if has("termguicolors")
- "let &t_8f = "\<Esc>[38:2:%lu:%lu:%lum"
- "let &t_8b = "\<Esc>[48:2:%lu:%lu:%lum"
- "set termguicolors
-"endif
+if has("termguicolors")
+ let &t_8f = "\<Esc>[38:2:%lu:%lu:%lum"
+ let &t_8b = "\<Esc>[48:2:%lu:%lu:%lum"
+ set termguicolors
+endif
set termencoding=utf-8
set encoding=utf-8
set re=1