This is a simple plugin for NERDTree to allow a file to be pulled from the internet using wget or curl.
Place the cursor over the directory you wish to pull the file into, then
open the file menu in NERDTree using m
, then press f
. 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.
Plugin 'markgandolfo/nerdtree-fetch.vim'
To install via Pathogen run the following command
git clone https://github.com/markgandolfo/nerdtree-fetch.vim.git ~/.vim/bundle/nerdtree-fetch.vim
Licensed under MIT by Mark Gandolfo