diff --git a/autoload/indent_guides.vim b/autoload/indent_guides.vim index 53d4ff9..3a4b86d 100644 --- a/autoload/indent_guides.vim +++ b/autoload/indent_guides.vim @@ -91,7 +91,7 @@ endfunction " function! indent_guides#highlight_colors() if s:auto_colors - if has('gui_running') + if has('gui_running') || has('nvim') call indent_guides#gui_highlight_colors() else call indent_guides#basic_highlight_colors()