We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9d2473 commit 3a4f7a6Copy full SHA for 3a4f7a6
autoload/indent_guides.vim
@@ -100,7 +100,7 @@ endfunction
100
"
101
function! indent_guides#highlight_colors() abort
102
if s:auto_colors
103
- if has('gui_running') || has('nvim')
+ if has('gui_running') || has('nvim') || has('termguicolors')
104
call indent_guides#gui_highlight_colors()
105
else
106
call indent_guides#basic_highlight_colors()
0 commit comments