chore(launcher): add micro to editors

This commit is contained in:
bunny winter 2025-02-11 18:41:14 -06:00
parent b56ec069b9
commit 6a10a08d9e
Signed by: nya
SSH key fingerprint: SHA256:aFOeJZAb3Y7XJxd+BReehNPp/dmurGW9M13mIayeOm0

View file

@ -152,6 +152,11 @@ func Run(cmd *cobra.Command, args []string) error {
desc: "next-generation modal editor",
exec: "hx",
},
Program{
title: "micro",
desc: "modern batteries-included editor",
exec: "micro",
},
Program{
title: "nano",
desc: "the easy option",