From 6e027f42dace96fd7074cf572eef0faebd89a2b5 Mon Sep 17 00:00:00 2001 From: Christian Rackerseder Date: Wed, 3 May 2023 13:30:51 +0200 Subject: [PATCH] Include "nvim" in supported edit presets --- docs/Config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.