fix: open view on NvimTreeFindFile

This commit is contained in:
kiyan
2021-09-26 11:36:57 +02:00
parent d4172928e2
commit 0ca87178b6

View File

@@ -356,7 +356,7 @@ local function setup_vim_commands()
command! NvimTreeFocus lua require'nvim-tree'.focus()
command! NvimTreeRefresh lua require'nvim-tree'.refresh()
command! NvimTreeClipboard lua require'nvim-tree'.print_clipboard()
command! NvimTreeFindFile lua require'nvim-tree'.find_file()
command! NvimTreeFindFile lua require'nvim-tree'.find_file(true)
command! -nargs=1 NvimTreeResize lua require'nvim-tree'.resize(<args>)
]]
end