update
This commit is contained in:
parent
8accf039e7
commit
f3b85b4c1e
5 changed files with 10 additions and 8 deletions
1
init.lua
1
init.lua
|
|
@ -148,6 +148,7 @@ vim.opt.inccommand = "split"
|
|||
|
||||
-- Show which line your cursor is on
|
||||
vim.opt.cursorline = true
|
||||
vim.opt.guicursor = ""
|
||||
|
||||
-- Minimal number of screen lines to keep above and below the cursor.
|
||||
vim.opt.scrolloff = 10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue