Commit bbad4b8

mo khan <mo@mokhan.ca>
2021-08-18 20:07:11
fix: remove termguicolors
1 parent 7c9f89c
Changed files (1)
vimrc
@@ -80,12 +80,6 @@ if executable('ag')
   set grepprg=ag\ --vimgrep\ $*
 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
-
 runtime macros/matchit.vim
 filetype plugin indent on
 set omnifunc=syntaxcomplete#Complete