From 64cfe82797baced5710444d3a0a7c8871f91deec Mon Sep 17 00:00:00 2001 From: jolheiser Date: Wed, 7 Sep 2022 15:34:58 -0500 Subject: [PATCH] change to nvim Signed-off-by: jolheiser --- cmd/ide.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ide.go b/cmd/ide.go index 72e55e8..1c246cc 100644 --- a/cmd/ide.go +++ b/cmd/ide.go @@ -38,7 +38,7 @@ func (h *Handler) IDE() *ffcli.Command { } path := h.Config.WorkspaceBranch(branch) - return exec.Command("goland", path).Start() + return exec.Command("nvim", path).Start() }, } }