new nvim config

This commit is contained in:
Flo
2025-06-30 21:56:00 +02:00
parent 34e65d765c
commit 165afe8ad4
18 changed files with 554 additions and 14 deletions

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

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