feat: add nvim config

This commit is contained in:
Job
2025-01-02 15:14:07 +01:00
commit 725137fca2
9 changed files with 176 additions and 0 deletions

2
init.lua Normal file
View File

@@ -0,0 +1,2 @@
-- bootstrap lazy.nvim, LazyVim and your plugins
require("config.lazy")