First commit

This commit is contained in:
2023-12-20 18:35:25 +01:00
commit c39e13a353
7 changed files with 231 additions and 0 deletions

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

@@ -0,0 +1,2 @@
require("core.keymap")
require("core.options")