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.
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 = {
You can’t perform that action at this time.
0 commit comments