Files

9 lines
209 B
Cheetah
Raw Permalink Normal View History

2026-07-07 18:28:35 -05:00
{{- 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"