This commit is contained in:
2025-01-16 20:24:15 +00:00
commit 3d44682d05
13 changed files with 518 additions and 0 deletions

6
init.lua Normal file
View File

@@ -0,0 +1,6 @@
-- LAZY
require("config.lazy")
-- EDITOR CONFIG
require("editer.text")
require("editer.envirment")
require("editer.remaps")