inital commit

This commit is contained in:
Elias Renman
2023-11-28 21:42:55 +01:00
commit 679b361d76
13 changed files with 686 additions and 0 deletions

2
nvim/init.lua Normal file
View File

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