feat: disable cursorline
This commit is contained in:
parent
9d67a5f119
commit
ae8323faa8
1 changed files with 2 additions and 1 deletions
|
|
@ -58,7 +58,8 @@ vim.opt.colorcolumn = "80,120"
|
|||
vim.opt.scrolloff = 5
|
||||
|
||||
-- Highlight current line
|
||||
vim.opt.cursorline = true
|
||||
vim.opt.cursorline = false
|
||||
-- vim.opt.cursorlineopt = "number"
|
||||
|
||||
-- Blink cursor in normal mode
|
||||
--vim.opt.guicursor = 'n:blinkon300-blinkwait200-blinkoff300'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue