1
0
Fork 0

Add LazyVim config

This commit is contained in:
Dominik 2025-05-11 10:16:45 +02:00
parent f19bcd8af1
commit 1027a9ac79
Signed by: dominik
GPG key ID: 06A4003FC5049644
13 changed files with 555 additions and 0 deletions

2
dot_config/nvim/init.lua Normal file
View file

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