Commit bbad4b8
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