This commit is contained in:
dl92
2025-02-16 07:39:10 +00:00
commit 5223a9f0d3
19 changed files with 899 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")