From 6a10a08d9e88b27137d53bbe8e722aecfd59e6cc Mon Sep 17 00:00:00 2001 From: bunny winter Date: Tue, 11 Feb 2025 18:41:14 -0600 Subject: [PATCH] chore(launcher): add micro to editors --- launcher/main.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/launcher/main.go b/launcher/main.go index 678b11c..ca29f34 100644 --- a/launcher/main.go +++ b/launcher/main.go @@ -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",