my first commit

This commit is contained in:
2026-07-07 11:32:42 +02:00
commit 829d0adebd
11 changed files with 642 additions and 0 deletions

3
nvim/init.lua Normal file
View File

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