mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-26 18:58:51 +02:00
update config blink cursor
This commit is contained in:
parent
dffa65097a
commit
f7b1e3dd38
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ local options = {
|
|||
ignorecase = true, -- Case insensitive searching
|
||||
|
||||
laststatus = 3, -- globalstatus
|
||||
guicursor = "n-v-c:block,i-ci-ve:ver25,r-cr:hor20,o:hor50,a:blinkwait700-blinkoff400-blinkon250-Cursor/lCursor,sm:block-blinkwait175-blinkoff150-blinkon175",
|
||||
|
||||
lazyredraw = true, -- lazily redraw screen
|
||||
mouse = "a", -- Enable mouse support
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue