summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorzottelsheep <mail@zottelsheep.de>2023-10-14 15:00:58 +0200
committerzottelsheep <mail@zottelsheep.de>2023-10-14 15:04:23 +0200
commit7ffb6ffb0f27aca52d9da5e4c655f10e6a1af567 (patch)
tree570eac4cd809e7e49c137b2123bb10ee44d4b7e5 /docs
parent36918560210070ad2acdfccda6384c3ebd237f6d (diff)
Add 'lvim' editor preset for lunarvim
Add 'lvim' as a new standardTerminalEditorPreset, since lunarvim uses an alias for nvim.
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 b37745b44..3bcf13781 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -319,7 +319,7 @@ os:
editPreset: 'vscode'
```
-Supported presets are `vim`, `nvim`, `nvim-remote`, `emacs`, `nano`, `micro`, `vscode`, `sublime`, `bbedit`, `kakoune`, `helix`, 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.
+Supported presets are `vim`, `nvim`, `nvim-remote`, `lvim`, `emacs`, `nano`, `micro`, `vscode`, `sublime`, `bbedit`, `kakoune`, `helix`, 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.
`nvim-remote` is an experimental preset for when you have invoked lazygit from within a neovim process, allowing lazygit to open the file from within the parent process rather than spawning a new one.