diff --git a/plugins/plugins.lua b/plugins/plugins.lua index 63410f7..af729a7 100644 --- a/plugins/plugins.lua +++ b/plugins/plugins.lua @@ -70,7 +70,9 @@ function list_plugins(only_enabled) end end if not only_enabled or status == '✔' then - text = text..v..'\b\t'..status..'\n' + -- get the name + v = string.match (v, "(.*)%.lua") + text = text..v..' '..status..'\n' end end return text