This is a simple plugin for NERDTree to allow a file to be pulled from the internet using wget.
Place the cursor over the directory you wish to pull the file into, then
open the file menu in NERDTree using m
, then press w
. You will get an input
asking you to enter the url of the file. Fill in the the url and press enter.
- Vim 7.2+
- NERDTree
To Install using Vundle add the following to your vimrc file after the NerdTree Bundle.
Bundle 'markgandolfo/nerdtree-wget.vim'
To install via Pathogen run the following commands
cd ~/.vim/bundle
git clone [email protected]:markgandolfo/nerdtree-wget.vim.git
Licensed under MIT by Mark Gandolfo