Update 2026-02-03

This commit is contained in:
2026-02-03 13:56:24 +02:00
parent dc45e281ac
commit 63f519d5b4
8 changed files with 37 additions and 10 deletions

View File

@@ -34,7 +34,7 @@ vim.opt.showcmd = false
vim.opt.showmode = false -- we don't need to see things like -- INSERT -- anymore
vim.opt.showtabline = 0 -- disable tabs
vim.opt.sidescrolloff = 8
vim.opt.signcolumn = "auto" -- always show the sign column otherwise it would shift the text each time
vim.opt.signcolumn = "yes:1" -- always show the sign column otherwise it would shift the text each time
vim.opt.smartcase = true -- smart case
vim.opt.smartindent = true -- make indenting smarter again
vim.opt.softtabstop = 4