This commit is contained in:
2025-08-14 11:58:41 -04:00
commit 97c20626c1
266 changed files with 69552 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
-- Don't have scrolloff, it makes things weird.
vim.opt_local.scrolloff = 0
vim.opt_local.scrollbind = false
vim.opt_local.signcolumn = "no"