We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4be0a36 commit aa6e674Copy full SHA for aa6e674
lua/nvim-tree.lua
@@ -362,7 +362,7 @@ local function setup_vim_commands()
362
command! NvimTreeFocus lua require'nvim-tree'.focus()
363
command! NvimTreeRefresh lua require'nvim-tree'.refresh()
364
command! NvimTreeClipboard lua require'nvim-tree'.print_clipboard()
365
- command! NvimTreeFindFile lua require'nvim-tree'.find_file()
+ command! NvimTreeFindFile lua require'nvim-tree'.find_file(true)
366
command! -nargs=1 NvimTreeResize lua require'nvim-tree'.resize(<args>)
367
]]
368
end
0 commit comments