📝 Adjusted scroll set and updated nvim notes/indent

This commit is contained in:
z3rOR0ne 2023-02-02 05:51:04 -08:00
parent ec24430128
commit 649ddde164
2 changed files with 5 additions and 1 deletions

View file

@ -20,7 +20,7 @@ vim.opt.incsearch = true
vim.opt.termguicolors = true
vim.opt.scrolloff = 8
vim.opt.scrolloff = 18
vim.opt.signcolumn = "yes"
-- vim.opt.isfname:append("@-@")