feature: add feature to increase/decrease size (#1048)
This commit is contained in:
committed by
GitHub
parent
ceadf83809
commit
7cb689795e
@@ -276,7 +276,7 @@ local function setup_vim_commands()
|
||||
command! NvimTreeClipboard lua require'nvim-tree.actions.copy-paste'.print_clipboard()
|
||||
command! NvimTreeFindFile lua require'nvim-tree'.find_file(true)
|
||||
command! NvimTreeFindFileToggle lua require'nvim-tree'.toggle(true)
|
||||
command! -nargs=1 NvimTreeResize lua require'nvim-tree'.resize(<args>)
|
||||
command! -nargs=1 NvimTreeResize lua require'nvim-tree'.resize("<args>")
|
||||
]]
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user