From dae85aaf349256c6703f9cae632a4baf50cdb51c Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Tue, 5 Apr 2022 20:02:08 +0800 Subject: [PATCH] feat(guicursor): enable cursor color --- autoload/SpaceVim.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/autoload/SpaceVim.vim b/autoload/SpaceVim.vim index b03f36e02..5de09a13d 100644 --- a/autoload/SpaceVim.vim +++ b/autoload/SpaceVim.vim @@ -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