Added nvim

This commit is contained in:
2025-05-01 10:04:40 +02:00
parent 15d8f6c7bd
commit ea74360ede
15 changed files with 808 additions and 0 deletions

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

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