Simplify text editor fallback

This commit is contained in:
2024-07-17 17:26:01 -04:00
parent c9b87dd121
commit 1e5c0feaba
3 changed files with 3 additions and 23 deletions
-5
View File
@@ -3,8 +3,3 @@
package cli
const fallbackEditor = "nvim" // since there is no pre-installed CLI editor on Windows, default to the most popular one
// textEditorFallback returns FallbackEditor
func textEditorFallback() string {
return fallbackEditor
}