Initial commit of the nvim configuration

This commit is contained in:
2024-08-29 17:25:02 +02:00
commit e94a6eb4fb
30 changed files with 915 additions and 0 deletions

2
init.lua Normal file
View File

@@ -0,0 +1,2 @@
require("holger.core")
require("holger.lazy")