mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-08-29 21:36:38 -04:00
Simplify text editor fallback
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user