Merge pull request #110 from dsummersl/master

Adds support for neovim.
This commit is contained in:
Nate Kane 2016-03-20 20:43:56 +10:00
commit 705c5fdf0d

View File

@ -91,7 +91,7 @@ endfunction
" "
function! indent_guides#highlight_colors() function! indent_guides#highlight_colors()
if s:auto_colors if s:auto_colors
if has('gui_running') if has('gui_running') || has('nvim')
call indent_guides#gui_highlight_colors() call indent_guides#gui_highlight_colors()
else else
call indent_guides#basic_highlight_colors() call indent_guides#basic_highlight_colors()