From 2353f5c30f1186d22cccc0125b9cd0350c179afb Mon Sep 17 00:00:00 2001 From: jo! Date: Fri, 4 Mar 2022 04:35:48 +0000 Subject: [PATCH] fixed micro runner (#58) it was crashing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0624e86..24c4979 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,7 @@ add this to your [micro](https://micro-editor.github.io/) `~/.config/micro/init. ```lua local config = import("micro/config") +local shell = import("micro/shell") function init() config.TryBindKey("Alt-b", "lua:initlua.play", true)