Skip to content

Commit d60c30f

Browse files
committed
fix(#3143): doc
1 parent c4ca28e commit d60c30f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

doc/nvim-tree-lua.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1523,7 +1523,8 @@ Configuration options for opening a file from nvim-tree.
15231523

15241524
*nvim-tree.actions.open_file.window_picker.enable*
15251525
Enable the feature. If the feature is not enabled, files will open in
1526-
window from which you last opened the tree.
1526+
window from which you last opened the tree, obeying
1527+
|nvim-tree.actions.open_file.window_picker.exclude|
15271528
Type: `boolean`, Default: `true`
15281529

15291530
*nvim-tree.actions.open_file.window_picker.picker*
@@ -1542,9 +1543,10 @@ Configuration options for opening a file from nvim-tree.
15421543
Type: `string`, Default: `"ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890"`
15431544

15441545
*nvim-tree.actions.open_file.window_picker.exclude*
1545-
Table of buffer option names mapped to a list of option values that
1546-
indicates to the picker that the buffer's window should not be
1547-
selectable.
1546+
Table of buffer option names mapped to a list of option values.
1547+
Windows containing matching buffers will not be:
1548+
- available when using a window picker
1549+
- selected when not using a window picker
15481550
Type: `table`, Default: >lua
15491551
{
15501552
filetype = {

0 commit comments

Comments
 (0)