nvim: Initial config

This commit is contained in:
2026-07-04 14:24:19 -04:00
parent 5ca464c2ac
commit b714384b0e
7 changed files with 60 additions and 0 deletions

2
.config/nvim/init.lua Normal file
View File

@@ -0,0 +1,2 @@
require("config.options")
require("config.keymaps")