This commit is contained in:
reonokiy 2024-08-29 20:22:29 +08:00
parent a8b06c00a1
commit 1c334df34f
Signed by: reonokiy
SSH key fingerprint: SHA256:2VjKpUxMIe0QYY3OVnOMuPiB0X5pvrIpJ+UiyFhxtq0
11 changed files with 316 additions and 1 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")