diff --git a/config/neovim.vim b/config/neovim.vim index 302587ffe..ef5fcc471 100644 --- a/config/neovim.vim +++ b/config/neovim.vim @@ -28,7 +28,7 @@ else set guicursor= elseif g:spacevim_terminal_cursor_shape == 1 " enable non-blinking mode-sensitive cursor - set guicursor=a:block-blinkon0 + set guicursor=n-v-c:block-blinkon0,i-ci-ve:ver25-blinkon0,r-cr:hor20,o:hor50 elseif g:spacevim_terminal_cursor_shape == 2 " enable blinking mode-sensitive cursor set guicursor=n-v-c:block-blinkon10,i-ci-ve:ver25-blinkon10,r-cr:hor20,o:hor50