Skip to content

Commit aa6e674

Browse files
kyazdani42jim-fx
authored andcommitted
fix: open view on NvimTreeFindFile
1 parent 4be0a36 commit aa6e674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/nvim-tree.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ local function setup_vim_commands()
362362
command! NvimTreeFocus lua require'nvim-tree'.focus()
363363
command! NvimTreeRefresh lua require'nvim-tree'.refresh()
364364
command! NvimTreeClipboard lua require'nvim-tree'.print_clipboard()
365-
command! NvimTreeFindFile lua require'nvim-tree'.find_file()
365+
command! NvimTreeFindFile lua require'nvim-tree'.find_file(true)
366366
command! -nargs=1 NvimTreeResize lua require'nvim-tree'.resize(<args>)
367367
]]
368368
end

0 commit comments

Comments
 (0)