Documentation
¶
Index ¶
Constants ¶
View Source
const ( TypeUnknown = Type(iota) TypeVim )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Editor ¶
type Editor struct {
// contains filtered or unexported fields
}
func MakeEditor ¶
func MakeEditor( funcUI interfaces.FuncIter[string], envAdder interfaces.EnvVarsAdder, options map[Type][]string, ) (editor Editor, err error)
func MakeEditorWithVimOptions ¶
func MakeEditorWithVimOptions( funcUI interfaces.FuncIter[string], envAdder interfaces.EnvVarsAdder, options []string, ) (Editor, error)
Click to show internal directories.
Click to hide internal directories.