This commit is contained in:
2025-05-29 01:49:30 +02:00
parent 346c98fc49
commit 09834d7954
7 changed files with 70 additions and 30 deletions

View File

@ -1,6 +1,7 @@
vim.opt.guicursor = ""
vim.opt.nu = true
vim.opt.relativenumber = true
vim.opt.tabstop = 4
vim.opt.softtabstop = 4