From b58c15d121095ef58f8fb1ac5d3a456e89baee2a Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 20 Jan 2020 22:04:50 +0100 Subject: Extract Lua infrastructure into a plugin --- plugins/lua/plugin.go | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 plugins/lua/plugin.go (limited to 'plugins/lua/plugin.go') diff --git a/plugins/lua/plugin.go b/plugins/lua/plugin.go new file mode 100644 index 0000000..dbfee6d --- /dev/null +++ b/plugins/lua/plugin.go @@ -0,0 +1,9 @@ +package koushinlua + +import ( + "git.sr.ht/~emersion/koushin" +) + +func init() { + koushin.RegisterPluginLoader(loadAllLuaPlugins) +} -- cgit v1.2.3