Commit 269da30

mo khan <mo@mokhan.ca>
2021-07-15 03:51:35
enable term gui colors, encoding and old regex engine
1 parent 94dd9f7
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
 
 " }}}}