added horizontal cursorline
This commit is contained in:
parent
a5dd0dabbb
commit
7e03113c49
@ -16,6 +16,8 @@ vim.opt.colorcolumn = '80'
|
||||
-- always have a set number of lines
|
||||
-- below the screen except at the end of the screen
|
||||
vim.opt.scrolloff = 8
|
||||
|
||||
vim.opt.splitright = true
|
||||
vim.opt.splitbelow = true
|
||||
|
||||
-- horizontal cursorline
|
||||
vim.opt.cursorline = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user