nvim: blinking cursor in normal mode
This commit is contained in:
parent
dd200321d0
commit
2cfbe7d839
1 changed files with 2 additions and 2 deletions
|
@ -113,10 +113,10 @@ set visualbell
|
|||
set noerrorbells
|
||||
set ruler
|
||||
set cursorline
|
||||
set guicursor=n-v-c:block,i-ci-ve:ver25,r-cr:hor20,o:hor50
|
||||
set guicursor=n-v-c:block,n-v-c:blinkon1,i-ci-ve:ver50,r-cr:hor20,o:hor50
|
||||
|
||||
set number " line numbers
|
||||
set numberwidth=6
|
||||
set numberwidth=4
|
||||
set lz " lazy redraw
|
||||
set so=7 "scope
|
||||
set sidescroll=1
|
||||
|
|
Loading…
Add table
Reference in a new issue