change to nvim
ci/woodpecker/push/goreleaser Pipeline was successful Details

Signed-off-by: jolheiser <john.olheiser@gmail.com>
main
jolheiser 2022-09-07 15:34:58 -05:00
parent 693c85ad18
commit 64cfe82797
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 1 additions and 1 deletions

View File

@ -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()
},
}
}