Doing some work

This commit is contained in:
2026-01-22 12:21:57 -06:00
parent 623bc860d4
commit a216f1ca5b
15 changed files with 1048 additions and 71 deletions

View File

@@ -25,4 +25,6 @@ const (
EnvPrefix = "EXPDS"
KeyConfigDir = "config"
KeyDebug = "debug"
KeyDataDir = "data"
KeyVimMode = "vimMode"
)