nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit 41a44be8d5c28f5ce0853ec891ae0c7b03a30d76
parent 85103aa60732f50319febebdd10d954bf9782cfb
Author: kazukazuinaina <ypa.ypa.ypa.t@gmail.com>
Date:   Sat,  8 Feb 2020 02:42:47 +0900

[add] How to install using dein.vim

update changelog

Diffstat:
MCHANGELOG.md | 1+
MREADME.markdown | 7+++++++
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -5,6 +5,7 @@
         - **.PATCH**: Pull Request Title (PR Author) [PR Number](Link to PR)
 -->
 #### 6.6
+- **.1**: [add] How to install using dein.vim [#1087](https://github.com/preservim/nerdtree/pull/1087)
 - **.0**: Add the ability to turn off directory arrows (PhilRunninger) [#1085](https://github.com/preservim/nerdtree/pull/1085)
 #### 6.5
 - **.0**: `NERDTreeToggle <start-directory>` always sets NERDTree root. (PhilRunninger) [#1083](https://github.com/preservim/nerdtree/pull/1083)
diff --git a/README.markdown b/README.markdown
@@ -59,6 +59,13 @@ Plug 'preservim/nerdtree'
 call plug#end()
 ```
 
+#### [dein.vim](https://github.com/Shougo/dein.vim)
+```vim
+call dein#begin()
+call dein#add('preservim/nerdtree')
+call dein#end()
+```
+
 #### [apt-vim](https://github.com/egalpin/apt-vim)
 ```bash
 apt-vim install -y https://github.com/preservim/nerdtree.git