Maybe this will do the trick

This commit is contained in:
Ben Kreeger 2025-06-23 16:15:43 -05:00
parent 0851a733db
commit acc9784663
Signed by: kreeger
GPG Key ID: 1F33DAF2F49E4046

View File

@ -27,3 +27,4 @@ vim.opt.cursorline = true
vim.opt.scrolloff = 5
vim.opt.confirm = true
vim.opt.virtualedit = "block"
vim.opt.autoread = true