update config

This commit is contained in:
2025-12-14 18:39:59 +01:00
parent 44db54a7b2
commit bbb7969950
372 changed files with 29216 additions and 453 deletions

View File

@@ -0,0 +1,12 @@
vim.o.syntax = "on"
vim.o.expandtab = true
vim.o.tabstop = 4
vim.o.softtabstop = 4
vim.o.shiftwidth = 4
vim.o.smarttab = true
vim.o.smartindent = true
vim.o.number = true
vim.o.relativenumber = true
vim.o.colorcolumn = "100"
vim.o.bg = "dark"