mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-13 09:06:27 -04:00
add comment to encourage keeping code and docs in sync
This commit is contained in:
parent
1636931c2b
commit
3cac14c76e
|
|
@ -35,6 +35,7 @@ type editPreset struct {
|
|||
editInTerminal bool
|
||||
}
|
||||
|
||||
// IF YOU ADD A PRESET TO THIS FUNCTION YOU MUST UPDATE THE `Supported presets` SECTION OF docs/Config.md
|
||||
func getPreset(osConfig *OSConfig, guessDefaultEditor func() string) *editPreset {
|
||||
presets := map[string]*editPreset{
|
||||
"vi": standardTerminalEditorPreset("vi"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue