This commit is contained in:
2025-11-10 20:04:44 -08:00
parent c3711f7428
commit e8d127bb68
4 changed files with 30 additions and 27 deletions

View File

@@ -2,6 +2,9 @@
vim.o.number = true
vim.o.relativenumber = true
vim.o.clipboard = "unnamedplus"
vim.cmd('colorscheme default')
vim.cmd('syntax on')
vim.o.background = 'light'
vim.cmd [[highlight Normal guibg=NONE ctermbg=NONE]]
vim.cmd [[highlight NormalNC guibg=NONE ctermbg=NONE]]