add cursorline
This commit is contained in:
parent
ae91bba3cf
commit
2b56227858
@ -5,6 +5,7 @@ local global = vim.g
|
|||||||
-- look and feel
|
-- look and feel
|
||||||
vim.opt.shortmess:append({ I = true }) -- remove intro message
|
vim.opt.shortmess:append({ I = true }) -- remove intro message
|
||||||
opt.relativenumber = true
|
opt.relativenumber = true
|
||||||
|
opt.cursorline = true
|
||||||
opt.number = true
|
opt.number = true
|
||||||
opt.showmode = false
|
opt.showmode = false
|
||||||
opt.scrolloff = 10
|
opt.scrolloff = 10
|
||||||
|
Loading…
Reference in New Issue
Block a user