Init from other configuration repository. This is just a backup and will be refactored soon

This commit is contained in:
2025-08-29 09:39:04 +02:00
parent 10bb9086e0
commit 524673abfc
19 changed files with 1963 additions and 0 deletions

8
lua/config/init.lua Normal file
View File

@@ -0,0 +1,8 @@
-- Load lazy first
require('config.lazy')
-- General settings
require('config.options')
require('config.keymaps')
require('config.autocmds')
require('config.lsp')