colorscheme

This commit is contained in:
2026-03-09 19:52:00 +01:00
parent 19b7873e02
commit 2bd1d0bdf7
5 changed files with 61 additions and 0 deletions

View File

@@ -16,3 +16,8 @@ vim.opt.splitbelow = true
vim.opt.updatetime = 200
vim.opt.timeoutlen = 400
vim.opt.tabstop=4
vim.opt.softtabstop=4
vim.opt.autoindent=true
vim.opt.smartindent=true