fix(#2459): disable cygwin git support by default, see :help nvim-tree.git.cygwin_support to enable (#2486)
This commit is contained in:
committed by
GitHub
parent
8b4dbc57e4
commit
db8145c27d
@@ -473,6 +473,7 @@ Following is the default configuration. See |nvim-tree-opts| for details.
|
||||
show_on_open_dirs = true,
|
||||
disable_for_dirs = {},
|
||||
timeout = 400,
|
||||
cygwin_support = false,
|
||||
},
|
||||
diagnostics = {
|
||||
enable = false,
|
||||
@@ -1118,6 +1119,10 @@ Kills the git process after some time if it takes too long.
|
||||
Git integration will be disabled after 10 git jobs exceed this timeout.
|
||||
Type: `number`, Default: `400` (ms)
|
||||
|
||||
*nvim-tree.git.cygwin_support*
|
||||
Use `cygpath` if available to resolve paths for git.
|
||||
Type: `boolean`, Default: `false`
|
||||
|
||||
==============================================================================
|
||||
5.8 OPTS: DIAGNOSTICS *nvim-tree-opts-diagnostics*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user