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 d417292 commit 0ca8717Copy full SHA for 0ca8717
lua/nvim-tree.lua
@@ -356,7 +356,7 @@ local function setup_vim_commands()
356
command! NvimTreeFocus lua require'nvim-tree'.focus()
357
command! NvimTreeRefresh lua require'nvim-tree'.refresh()
358
command! NvimTreeClipboard lua require'nvim-tree'.print_clipboard()
359
- command! NvimTreeFindFile lua require'nvim-tree'.find_file()
+ command! NvimTreeFindFile lua require'nvim-tree'.find_file(true)
360
command! -nargs=1 NvimTreeResize lua require'nvim-tree'.resize(<args>)
361
]]
362
end
0 commit comments