Skip to content

Commit 5d9c055

Browse files
committed
Adds support for neovim.
gui highlighting was broken after neovim revision 79a698 (removed support for gui_running hack to check for truecolor support).
1 parent 49bde6f commit 5d9c055

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)