chore: initial commit

This commit is contained in:
Stevan Freeborn
2026-07-07 18:28:35 -05:00
commit 914afa469f
44 changed files with 3917 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{{- if eq .chezmoi.os "windows" }}
["AppData/Local/nvim"]
{{- else }}
[".config/nvim"]
{{- end }}
type = "git-repo"
url = "https://github.com/StevanFreeborn/nvim-config.git"
refreshPeriod = "168h"