Skip to content

Commit 705c5fd

Browse files
committed
Merge pull request #110 from dsummersl/master
Adds support for neovim.
2 parents 49bde6f + 5d9c055 commit 705c5fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/indent_guides.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ endfunction
9191
"
9292
function! indent_guides#highlight_colors()
9393
if s:auto_colors
94-
if has('gui_running')
94+
if has('gui_running') || has('nvim')
9595
call indent_guides#gui_highlight_colors()
9696
else
9797
call indent_guides#basic_highlight_colors()

0 commit comments

Comments
 (0)