Commit 269da30
Changed files (1)
vimrc
@@ -66,6 +66,14 @@ 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
+set termencoding=utf-8
+set encoding=utf-8
+set re=1
" }}}}