some nvim updates

This commit is contained in:
2025-04-02 20:26:07 +02:00
parent f6c8c405dc
commit 0634216a1d
13 changed files with 129 additions and 1 deletions

7
.config/nvim/init.lua Normal file
View File

@@ -0,0 +1,7 @@
-- Initialize core settings first
require("config.options")
-- Load plugin manager
require("config.lazy")
-- Configure UI components last