summaryrefslogtreecommitdiff
path: root/lua/99/state.lua
diff options
context:
space:
mode:
authortheprimeagain <the.primeagen@gmail.com>2026-02-28 07:48:04 -0700
committertheprimeagain <the.primeagen@gmail.com>2026-02-28 07:48:04 -0700
commit5c3f737082faccb3377bedadca5ebba8245a7ab1 (patch)
tree62ceeda1362719dc4d708f52d73243eb0fed87ac /lua/99/state.lua
parentad07a4dd1f00b651874e9e6d3a249731d223134d (diff)
downloada4-5c3f737082faccb3377bedadca5ebba8245a7ab1.tar.xz
a4-5c3f737082faccb3377bedadca5ebba8245a7ab1.zip
i believe the state cleanup is almost complete!
Diffstat (limited to 'lua/99/state.lua')
-rw-r--r--lua/99/state.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/99/state.lua b/lua/99/state.lua
index b3ff5fe..3a262b1 100644
--- a/lua/99/state.lua
+++ b/lua/99/state.lua
@@ -79,6 +79,8 @@ function State.new(opts)
--- TODO: Prompt overrides would be a great thing, we just have to get there
--- for now, i am going to have this as just a hardcoded ... thing
_99_state.prompts = require("99.prompt-settings")
+
+ local previous = read_state_from_tmp(opts)
_99_state.tracking = Tracking.new(_99_state)
return _99_state