summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChristian Rackerseder <git@echooff.de>2023-05-03 13:30:51 +0200
committerChristian Rackerseder <git@echooff.de>2023-05-03 13:30:51 +0200
commit6e027f42dace96fd7074cf572eef0faebd89a2b5 (patch)
treede1cead447ee93c463372d0a20cb5e419d4e9b05 /docs
parent5149b24ab3dfad3860e2300519c7c583dcc8c9ff (diff)
Include "nvim" in supported edit presets
Diffstat (limited to 'docs')
-rw-r--r--docs/Config.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Config.md b/docs/Config.md
index 9c5aa20b8..ee6fcc385 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -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.