aboutsummaryrefslogtreecommitdiff
path: root/cmd/koushin
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-01-20 22:04:50 +0100
committerSimon Ser <contact@emersion.fr>2020-01-20 22:04:50 +0100
commitb58c15d121095ef58f8fb1ac5d3a456e89baee2a (patch)
tree2cc12e88691d811b3379f437cc821ab214e1992d /cmd/koushin
parentefa08163333654f3245c272333e77565b6287b14 (diff)
downloadalps-b58c15d121095ef58f8fb1ac5d3a456e89baee2a.tar.gz
alps-b58c15d121095ef58f8fb1ac5d3a456e89baee2a.zip
Extract Lua infrastructure into a plugin
Diffstat (limited to 'cmd/koushin')
-rw-r--r--cmd/koushin/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/koushin/main.go b/cmd/koushin/main.go
index d22b404..4897dc9 100644
--- a/cmd/koushin/main.go
+++ b/cmd/koushin/main.go
@@ -13,6 +13,7 @@ import (
"github.com/labstack/gommon/log"
_ "git.sr.ht/~emersion/koushin/plugins/base"
+ _ "git.sr.ht/~emersion/koushin/plugins/lua"
)
func main() {