turn off the cursorline
This commit is contained in:
parent
168f7be5be
commit
197807fe19
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ vim.opt.ttimeoutlen = 50
|
||||||
vim.opt.hidden = true
|
vim.opt.hidden = true
|
||||||
vim.opt.swapfile = false
|
vim.opt.swapfile = false
|
||||||
|
|
||||||
vim.opt.cursorline = true
|
vim.opt.cursorline = false
|
||||||
vim.opt.ruler = true
|
vim.opt.ruler = true
|
||||||
|
|
||||||
vim.opt.scrolloff = 99
|
vim.opt.scrolloff = 99
|
||||||
|
|
Loading…
Reference in a new issue