diff --git a/vimrc b/vimrc index 359e946..a7dbde7 100644 --- a/vimrc +++ b/vimrc @@ -102,7 +102,7 @@ filetype plugin indent on " required " see :h vundle for more details or wiki for FAQ " Put your non-Plugin stuff after this line -if has("gui_running") +if &term == 'xterm-256color' set termguicolors endif