File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -1523,7 +1523,8 @@ Configuration options for opening a file from nvim-tree.
1523
1523
1524
1524
*nvim-tree.actions.open_file.window_picker.enable*
1525
1525
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 |
1527
1528
Type: `boolean ` , Default: `true`
1528
1529
1529
1530
*nvim-tree.actions.open_file.window_picker.picker*
@@ -1542,9 +1543,10 @@ Configuration options for opening a file from nvim-tree.
1542
1543
Type: `string ` , Default: `" ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890" `
1543
1544
1544
1545
*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
1548
1550
Type: `table` , Default: >lua
1549
1551
{
1550
1552
filetype = {
You can’t perform that action at this time.
0 commit comments