Skip to content

Commit

Permalink
Include "nvim" in supported edit presets
Browse files Browse the repository at this point in the history
  • Loading branch information
screendriver committed May 3, 2023
1 parent 5149b24 commit 6e027f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Config.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ os:
editPreset: 'vscode'
```

Supported presets are `vim`, `emacs`, `nano`, `vscode`, `sublime`, `bbedit`, and
Supported presets are `vim`, `nvim`, `emacs`, `nano`, `vscode`, `sublime`, `bbedit`, and
`xcode`. In many cases lazygit will be able to guess the right preset from your
$(git config core.editor), or an environment variable such as $VISUAL or $EDITOR.

Expand Down

0 comments on commit 6e027f4

Please sign in to comment.