diff --git a/plugin/settings.vim b/plugin/settings.vim index 76aefec..b0f1166 100644 --- a/plugin/settings.vim +++ b/plugin/settings.vim @@ -176,7 +176,7 @@ if &t_Co == 8 && $TERM !~# '^linux\|^Eterm' endif " Change cursor dependant on current mode -if has('cursorshape') && has('unix') && !has('gui_running') +if !has('nvim') && has('cursorshape') && has('unix') && !has('gui_running') if $TMUX ==# '' && $ITERM_PROFILE !=# '' let &t_SI = "\]50;CursorShape=1\x7" let &t_EI = "\]50;CursorShape=0\x7"