Skip to content

Commit

Permalink
Make it work again in neovim
Browse files Browse the repository at this point in the history
  • Loading branch information
adolenc committed Jan 13, 2017
1 parent 1bb3927 commit 3e88f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/interestingwords.vim
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ function! s:buildColors()
if (s:hasBuiltColors)
return
endif
if has('gui_running')
if has('gui_running') || has('nvim')
let ui = 'gui'
let wordColors = g:interestingWordsGUIColors
else
Expand Down

0 comments on commit 3e88f4a

Please sign in to comment.