new
This commit is contained in:
@@ -71,6 +71,7 @@ vim.opt.autoindent = true -- Copy indent from the current line when starting a n
|
||||
vim.opt.smartindent = true -- Automatically inserts indents in code blocks (for C-like languages)
|
||||
|
||||
-- Scroll and mouse
|
||||
vim.opt.scroll = 20
|
||||
vim.opt.scrolloff = 10
|
||||
vim.opt.sidescrolloff = 5
|
||||
vim.opt.mousescroll = 'hor:1,ver:1'
|
||||
|
||||
Reference in New Issue
Block a user