1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 00:50:05 +08:00

feat(guicursor): enable cursor color

This commit is contained in:
wsdjeg 2022-04-05 20:02:08 +08:00
parent 07f8b5bba5
commit dae85aaf34

View File

@ -1517,6 +1517,7 @@ function! SpaceVim#end() abort
" enable blinking mode-sensitive cursor
set guicursor=n-v-c:block-blinkon10,i-ci-ve:ver25-blinkon10,r-cr:hor20,o:hor50
endif
set guicursor+=a:Cursor/lCursor
endif
filetype plugin indent on
syntax on