some updates

This commit is contained in:
Léana 江 2023-03-25 00:15:20 +01:00
parent 3144c50fca
commit 418aa03ecc
6 changed files with 207 additions and 108 deletions

View file

@ -25,7 +25,7 @@ vim.opt.ignorecase = true
vim.opt.smartcase = true
vim.opt.smartindent = true
vim.opt.scrolloff = 8
vim.opt.scrolloff = 14
vim.api.nvim_create_autocmd(
"TextYankPost",