Filipe Correa Lima da Silva hace 9 años
padre
commit
66bba4cb8e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      colors/gruvbox.vim

+ 1 - 1
colors/gruvbox.vim

@@ -18,7 +18,7 @@ endif
 
 let g:colors_name='gruvbox'
 
-if !has('gui_running') && &t_Co != 256
+if !(has('termguicolors') && &termguicolors) && !has('gui_running') && &t_Co != 256
   finish
 endif