lost: a bunch of stuff was changed and I lost track

This commit is contained in:
2026-04-30 22:47:32 +02:00
parent c472be7bf6
commit c713e27fab
12 changed files with 38 additions and 9 deletions
+4
View File
@@ -15,6 +15,10 @@ vim.o.updatetime = 250
vim.o.timeoutlen = 300
vim.o.splitright = true
vim.o.splitbelow = true
vim.o.tabstop = 4
vim.o.shiftwidth = 4
vim.o.softtabstop = 4
vim.o.expandtab = true
vim.o.list = true
vim.opt.listchars = { tab = '» ', trail = '·', nbsp = '' }