recent updates

This commit is contained in:
2024-04-12 11:05:24 -04:00
parent 96de1c7d6f
commit 302caf1926
10 changed files with 120 additions and 30 deletions

View File

@@ -5,7 +5,7 @@
local opt = vim.opt
opt.autowriteall = true
opt.colorcolumn = "100"
opt.hidden = false
-- opt.hidden = false
opt.tabstop = 4
opt.sidescrolloff = 0
opt.shiftwidth = 4