mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 11:24:14 +00:00
remove GIT_SSH_COMMAND and document
This commit is contained in:
parent
3d2dcb2d5e
commit
3d499d77f1
2 changed files with 1 additions and 1 deletions
|
@ -76,6 +76,7 @@ require("lazy").setup({
|
|||
```
|
||||
|
||||
ℹ️ It is recommended to run `:checkhealth lazy` after installation
|
||||
ℹ️ It is recommended to config the env-arg `GIT_SSH_COMMAND`, or related [git config](https://git-scm.com/docs/git-config#Documentation/git-config.txt-coresshCommand) `core.sshCommand` with the corresponding non-interactive setting, `OpenSSH = -BatchMode=yes`, `plink.exe = -batch`
|
||||
|
||||
## 🔌 Plugin Spec
|
||||
|
||||
|
|
|
@ -59,7 +59,6 @@ function M.spawn(cmd, opts)
|
|||
|
||||
local env = {
|
||||
"GIT_TERMINAL_PROMPT=0",
|
||||
"GIT_SSH_COMMAND=ssh -oBatchMode=yes",
|
||||
}
|
||||
if opts.env then
|
||||
vim.list_extend(env, opts.env)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue