This commit is contained in:
2025-09-05 20:46:41 -04:00
commit 5d95db3480
18 changed files with 481 additions and 0 deletions

4
nvim/lua/zinn/init.lua Normal file
View File

@@ -0,0 +1,4 @@
require("zinn.lazy")
require("zinn.options")
vim.cmd("colorscheme github_dark_high_contrast")