Versions in this module Expand all Collapse all v0 v0.1.3 Mar 15, 2026 Changes in this version + func LoadLuaPlugins(pm *plugin.Manager, dir string) error + type LuaPlugin struct + L *lua.LState + func NewLuaPlugin(path string) (*LuaPlugin, error) + func (p *LuaPlugin) Initialize(api plugin.EditorAPI) error + func (p *LuaPlugin) Name() string + func (p *LuaPlugin) Shutdown() error