tree.nvim
tree.nvim copied to clipboard
Give an install method via vim plugin manager like vim-plug
Can you give an install method via vim plugin manager like vim-plug ?
Hello @krisfans, If you want you can use this hook in vim-plug:
Plug "zgpio/tree.nvim", { "do": "./install.sh" }
I hope it can be useful.