diff --git a/autoload/indent_guides.vim b/autoload/indent_guides.vim index 23afb29..14ff342 100644 --- a/autoload/indent_guides.vim +++ b/autoload/indent_guides.vim @@ -100,7 +100,7 @@ endfunction " function! indent_guides#highlight_colors() abort if s:auto_colors - if has('gui_running') || has('nvim') + if has('gui_running') || has('nvim') || has('termguicolors') call indent_guides#gui_highlight_colors() else call indent_guides#basic_highlight_colors()