commit d384382091c3158394948846440e6ff059b0e32e parent af13d396515f7d9b5e752a6e35253159aa1ccd9f Author: Martin Grenfell <martin.grenfell@gmail.com> Date: Thu, 12 Nov 2015 14:26:57 +0000 Merge pull request #470 from egalpin/master Update README.markdown Diffstat:
| M | README.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 ---
