Bugfix: Fixed issue with JSON marshalling/unmarshalling

This commit is contained in:
Harrison Cramer
2023-08-06 15:30:17 -04:00
parent 68f27e5dc1
commit 5f5f5d63c0
3 changed files with 26 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ M.setup = function(args)
return
else
job.run_job("info", "GET", nil, function(data)
state.INFO = data
state.INFO = data.info
keymaps.set_keymap_keys(args.keymaps)
keymaps.set_keymaps()
end)