Adds nvim config

This commit is contained in:
Michel 2024-11-21 22:18:51 +01:00
parent ac5fd4f192
commit 232b3e03a7
14 changed files with 558 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")