This commit is contained in:
2026-01-16 22:15:49 +03:00
parent 29938c53db
commit 1005194679
38 changed files with 364 additions and 1937 deletions

3
lua/core/init.lua Normal file
View File

@@ -0,0 +1,3 @@
require("core.options")
require("core.keymaps")
require("core.lazy")