initial neovim setup

This commit is contained in:
2025-04-22 11:00:57 -05:00
commit 842b0218b9
9 changed files with 152 additions and 0 deletions

2
init.lua Normal file
View File

@@ -0,0 +1,2 @@
require("dkelly.core")
require("dkelly.lazy")