Initial commit

This commit is contained in:
Sebastian Bugge 2024-01-22 01:09:40 +01:00 committed by GitHub
commit 1bedefb435
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 553 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")