First draft at going back to nvim

This commit is contained in:
Michael Bradley 2025-04-05 20:11:54 -04:00
parent b8b20cf817
commit 37afe78942
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8
9 changed files with 82 additions and 169 deletions

2
nvim/init.lua Normal file
View file

@ -0,0 +1,2 @@
require("config.vimopts")
require("config.lazy")