nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit 37f7a6cbe1d28847425e3af1e2975c705222a8f8
parent 86e2e40af161e65a3ad671214f16f23af360a5a7
Author: egalpin <egalpin@users.noreply.github.com>
Date:   Thu, 30 Jul 2015 08:52:17 -0400

Update README.markdown

Add apt-vim installation recipe.
Diffstat:
MREADME.markdown | 8+++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/README.markdown b/README.markdown
@@ -55,7 +55,7 @@ The following features and functionality are provided by the NERD tree:
 Installation
 ------------
 
-[pathogen.vim](https://github.com/tpope/vim-pathogen) is the recommended way to install nerdtree.
+####[pathogen.vim](https://github.com/tpope/vim-pathogen)
 
     cd ~/.vim/bundle
     git clone https://github.com/scrooloose/nerdtree.git
@@ -63,6 +63,12 @@ Installation
 Then reload vim, run `:Helptags`, and check out `:help NERD_tree.txt`.
 
 
+####[apt-vim](https://github.com/egalpin/apt-vim)
+
+    apt-vim install -y https://github.com/scrooloose/nerdtree.git
+
+
+
 Faq
 ---