0x01
First download the plugin in http://www.vim.org/scripts/script.php?script_id=1658 (may need to ladder, also can be in https://github.com/scrooloose/nerdtree. Download)
0x02
Installation is simple simply unzip the zip package to move the required files to the specified directory
Create a new directory below. Vim will unzip the good plug-in package inside the doc, plugin two folders moved to the directory can be
The files for the folder are as follows
After the installation is complete, create a new. vimrc file in the current user's home directory and add the content, as a shortcut key, the following content can be appropriately selected
Nnoremap <silent> <F5>:nerdtree<cr>//Set VIM Editor Press F5 to open plugin
Autocmd Vimenter * Nerdtree//Set to automatically open the plugin when Vim is started by default
Let nerdtreewinpos= ' right '//Set the VIM Editor's plug-in window
Let Nerdtreeshowbookmarks=1//Open plugin auto display bookmarks
Map <F3>:nerdtreemirror<cr>//Show view and hide plugins
Map <F3>:nerdtreetoggle<cr>
Vim Editor Add plugin Nerdtree